aboutsummaryrefslogtreecommitdiff
path: root/remote-support-desktop.pro
diff options
context:
space:
mode:
Diffstat (limited to 'remote-support-desktop.pro')
-rw-r--r--remote-support-desktop.pro12
1 files changed, 10 insertions, 2 deletions
diff --git a/remote-support-desktop.pro b/remote-support-desktop.pro
index a517b75..64b6136 100644
--- a/remote-support-desktop.pro
+++ b/remote-support-desktop.pro
@@ -1,4 +1,11 @@
QT += quick
+QT += quickcontrols2
+QT += widgets
+
+message(Building with DBUS (Freedesktop notifications) support)
+DEFINES += USE_DBUS
+QT += dbus
+
CONFIG += c++11
# The following define makes your compiler emit warnings if you use
@@ -12,8 +19,9 @@ 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 += \
- main.cpp
+SOURCES += src/main.cpp src/session.cpp src/main_qmladaptor.cpp
+
+HEADERS += src/RWADBusAdaptor.h src/session.h src/main_qmladaptor.h
RESOURCES += qml.qrc