Fix build by reverting the level of Qt deprecation API.
I'll ensure there's a task about qmlRegisterInterface....
This commit is contained in:
parent
508d371184
commit
82884be7a6
@ -138,7 +138,7 @@ ecm_setup_qtplugin_macro_names(
|
||||
CONFIG_CODE_VARIABLE
|
||||
PACKAGE_SETUP_AUTOMOC_VARIABLES
|
||||
)
|
||||
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
|
||||
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) # must port away from qmlRegisterInterface before upgrading this to 050f00
|
||||
add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000)
|
||||
|
||||
#add_definitions(-Wno-deprecated)
|
||||
|
Loading…
x
Reference in New Issue
Block a user