Skip to content

Commit

Permalink
qt5+: Re-enable deprecation warnings from Qt
Browse files Browse the repository at this point in the history
Now that Twinkle no longer triggers any deprecation warning from Qt, we
can at last re-enable them.

This reverts commit 1ad8560.
  • Loading branch information
fbriere committed Nov 20, 2024
1 parent 53f3f09 commit 2a6b01c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
project(twinkle-gui)

# Suppress deprecation warnings from Qt, as they often would require breaking
# backwards compatibility.
add_definitions(-DQT_NO_DEPRECATED_WARNINGS)

include_directories(${CMAKE_CURRENT_BINARY_DIR})
include_directories(${CMAKE_CURRENT_SOURCE_DIR})

Expand Down

0 comments on commit 2a6b01c

Please sign in to comment.