diff options
Diffstat (limited to 'rwa-support-desktopapp.pro')
-rw-r--r-- | rwa-support-desktopapp.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rwa-support-desktopapp.pro b/rwa-support-desktopapp.pro index be6011e..f9a05bf 100644 --- a/rwa-support-desktopapp.pro +++ b/rwa-support-desktopapp.pro @@ -41,7 +41,8 @@ DEFINES += QT_DEPRECATED_WARNINGS # You can also make your code fail to compile if it uses deprecated APIs. # In order to do so, uncomment the following line. # You can also select to disable deprecated APIs only up to a certain version of Qt. -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 +DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 +# disables all the APIs deprecated before Qt 6.0.0 SOURCES += src/main.cpp \ src/main_qmladaptor.cpp \ |