mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
GIT_SILENT enable Qt deprecation warnings
This commit is contained in:
parent
b14ef357e5
commit
940ca2b081
@ -46,6 +46,8 @@ set_package_properties(OpenEXR PROPERTIES
|
||||
PURPOSE "Required for the QImage plugin for OpenEXR images"
|
||||
)
|
||||
add_definitions(-DQT_NO_FOREACH)
|
||||
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
|
||||
add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x060000)
|
||||
add_subdirectory(src)
|
||||
if (BUILD_TESTING)
|
||||
add_subdirectory(autotests)
|
||||
|
Loading…
x
Reference in New Issue
Block a user