diff options
author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-06-24 22:18:41 +0200 |
---|---|---|
committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-06-24 22:18:44 +0200 |
commit | 7f4eae8b8af60b3aecce8cada460dcc95202e0c9 (patch) | |
tree | 2ba2fa7a2b7ae469df06cac85e97c5b68c19879d | |
parent | 4348d39081f120eac506a97a2302c1f8a95a2a2f (diff) | |
download | RWA.Support.DesktopApp-7f4eae8b8af60b3aecce8cada460dcc95202e0c9.tar.gz RWA.Support.DesktopApp-7f4eae8b8af60b3aecce8cada460dcc95202e0c9.tar.bz2 RWA.Support.DesktopApp-7f4eae8b8af60b3aecce8cada460dcc95202e0c9.zip |
Remove unused files; enable qt-deprecation check
-rw-r--r-- | qml.qrc | 1 | ||||
-rw-r--r-- | rwa-support-desktopapp.pro | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -9,7 +9,6 @@ <file>locales/es_ES.ts</file> <file>images/logo.png</file> <file>images/into-clipboard.svg</file> - <file>images/menubar.png</file> <file>src/main.cpp</file> <file>src/main_qmladaptor.cpp</file> <file>src/main_qmladaptor.h</file> diff --git a/rwa-support-desktopapp.pro b/rwa-support-desktopapp.pro index df5bef6..2216370 100644 --- a/rwa-support-desktopapp.pro +++ b/rwa-support-desktopapp.pro @@ -41,7 +41,7 @@ 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/session.cpp src/main_qmladaptor.cpp |