Skip to content

Commit

Permalink
Disable constructs deprecated in Qt 5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux committed Nov 13, 2022
1 parent 97a7611 commit 04a0878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/EnableCompilerWarnings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ if (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang" AND "x${CMAKE_CXX_SIMULATE_ID}" ST
add_compile_options(-Wno-everything)
endif()

add_definitions(-DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050800)
add_definitions(-DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x051500)

0 comments on commit 04a0878

Please sign in to comment.