diff options
| author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-27 17:09:49 +0200 |
|---|---|---|
| committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-27 17:13:25 +0200 |
| commit | 7411d37db68911c59016472e3aead0634cf555ae (patch) | |
| tree | 72238bf0774ad15a1ac5326ba4607f6caeb7f48f /remote-support-desktop.pro | |
| parent | 77eefb1b2364737d824cc4cbefbe4b7bb1fd55b9 (diff) | |
| download | RWA.Support.DesktopApp-7411d37db68911c59016472e3aead0634cf555ae.tar.gz RWA.Support.DesktopApp-7411d37db68911c59016472e3aead0634cf555ae.tar.bz2 RWA.Support.DesktopApp-7411d37db68911c59016472e3aead0634cf555ae.zip | |
Move sources to src/ && lots of features
Diffstat (limited to 'remote-support-desktop.pro')
| -rw-r--r-- | remote-support-desktop.pro | 12 |
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 |
