aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qml.qrc1
-rw-r--r--rwa-support-desktopapp.pro2
2 files changed, 1 insertions, 2 deletions
diff --git a/qml.qrc b/qml.qrc
index 4c1e36c..cf0ef28 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -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