From 76212577cb3fd60d41aab175270ede0b2dcdb038 Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Tue, 29 Jun 2021 15:21:09 +0200 Subject: Add feature: Multiple Scenes; Relocate files --- rwa-support-desktopapp.pro | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'rwa-support-desktopapp.pro') 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 += -- cgit v1.2.3