mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Use QT_DISABLE_DEPRECATED_UP_TO globally
Set to 6.4 until we can bump up the minimum qt version in the server project.
This commit is contained in:
@ -9,3 +9,5 @@ if(MSVC)
|
||||
# /permissive-: strict standard conformance
|
||||
add_compile_options(/Zc:__cplusplus /permissive-)
|
||||
endif()
|
||||
|
||||
add_compile_definitions(QT_DISABLE_DEPRECATED_UP_TO=0x060400)
|
||||
|
||||
Reference in New Issue
Block a user