summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro14
1 files changed, 9 insertions, 5 deletions
diff --git a/app/app.pro b/app/app.pro
index d10f9c0..e041e42 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -1,15 +1,15 @@
TARGET = hvac
-QT = quick qml websockets
+QT = quick qml websockets gui-private
-CONFIG += c++11 link_pkgconfig
-PKGCONFIG += qtappfw afb-helpers-qt
+CONFIG += c++11 link_pkgconfig wayland-scanner
+PKGCONFIG += qtappfw afb-helpers-qt wayland-client
#aglextras
-HEADERS += \
+HEADERS += shell-desktop.h \
translator.h
-SOURCES = main.cpp \
+SOURCES = main.cpp shell-desktop.cpp \
translator.cpp
RESOURCES += \
@@ -20,3 +20,7 @@ include(app.pri)
LANGUAGES = ja_JP fr_FR
include(translations.pri)
+
+WAYLANDCLIENTSOURCES += \
+ protocol/agl-shell-desktop.xml
+