summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-05-29 14:01:54 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-05-31 15:38:26 +0300
commit7c1cdc5682a1e65d7110755003a1ef420edaebc9 (patch)
treed903b4e6a275e1dd7667f767075a8522e457d68a /app/app.pro
parenta44aaf342476a894aeb91edbc49b349aee93607b (diff)
app: Allow to place the window on a different outputsandbox/mvlad/agl-compositor-on-other-output
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
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
+