aboutsummaryrefslogtreecommitdiff
path: root/rwa-support-desktopapp.pro
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-06-29 15:21:09 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-06-29 15:21:09 +0200
commit76212577cb3fd60d41aab175270ede0b2dcdb038 (patch)
tree61265cac9d6a3f5cb25849337dced30942be645b /rwa-support-desktopapp.pro
parent8f4d0f9d34b3676e6f64fd7b4effab582aabc006 (diff)
downloadRWA.Support.DesktopApp-76212577cb3fd60d41aab175270ede0b2dcdb038.tar.gz
RWA.Support.DesktopApp-76212577cb3fd60d41aab175270ede0b2dcdb038.tar.bz2
RWA.Support.DesktopApp-76212577cb3fd60d41aab175270ede0b2dcdb038.zip
Add feature: Multiple Scenes; Relocate files
Diffstat (limited to 'rwa-support-desktopapp.pro')
-rw-r--r--rwa-support-desktopapp.pro14
1 files changed, 11 insertions, 3 deletions
diff --git a/rwa-support-desktopapp.pro b/rwa-support-desktopapp.pro
index 2216370..cfea48f 100644
--- a/rwa-support-desktopapp.pro
+++ b/rwa-support-desktopapp.pro
@@ -43,14 +43,20 @@ DEFINES += QT_DEPRECATED_WARNINGS
# 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
-SOURCES += src/main.cpp src/session.cpp src/main_qmladaptor.cpp
+SOURCES += src/main.cpp \
+ src/main_qmladaptor.cpp \
+ src/RWADBusAdaptor.cpp \
+ src/session.cpp
-HEADERS += src/RWADBusAdaptor.h src/session.h src/main_qmladaptor.h
+HEADERS += src/RWADBusAdaptor.h \
+ src/main_qmladaptor.h \
+ src/RWADBusAdaptor.h \
+ src/session.h
RESOURCES += qml.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
-QML_IMPORT_PATH =
+QML_IMPORT_PATH = src/scenes
# Additional import path used to resolve QML modules just for Qt Quick Designer
QML_DESIGNER_IMPORT_PATH =
@@ -59,3 +65,5 @@ QML_DESIGNER_IMPORT_PATH =
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
+
+DISTFILES +=