aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro15
1 files changed, 10 insertions, 5 deletions
diff --git a/app/app.pro b/app/app.pro
index eec6528..87db1db 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -1,10 +1,10 @@
TARGET = tbtnavi
TEMPLATE = app
-QT = qml network quick positioning location widgets websockets
-PKGCONFIG += qlibhomescreen qlibwindowmanager qtappfw-navigation qtappfw-signal-composer
+QT = qml network quick positioning location widgets websockets gui-private
+PKGCONFIG += qlibhomescreen qtappfw-navigation qtappfw-signal-composer wayland-client
-CONFIG += c++1z link_pkgconfig
+CONFIG += c++1z link_pkgconfig wayland-scanner
include(app.pri)
@@ -12,12 +12,14 @@ SOURCES += \
main.cpp \
navigation_client.cpp \
qcheapruler.cpp \
- file_operation.cpp
+ file_operation.cpp \
+ shell-desktop.cpp
HEADERS += \
qcheapruler.hpp \
navigation_client.h \
- file_operation.h
+ file_operation.h \
+ shell-desktop.h
INCLUDEPATH += \
../include
@@ -28,3 +30,6 @@ OTHER_FILES += \
RESOURCES += \
images/images.qrc \
app.qrc
+
+WAYLANDCLIENTSOURCES += \
+ protocol/agl-shell-desktop.xml