aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/launcher.pro
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-29 01:21:44 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-06-24 17:05:31 +0300
commit259c66b9ebde64e857f36d8d1d7050bec2e8f41d (patch)
tree5f4a7b28528785e077046487efcb8315093aae2c /launcher/launcher.pro
parentaae3ab7da4a7f580f5840509646d5ce3f6f56a6a (diff)
agl-compositor: New adaptation to using the agl-shell-desktop proto
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I3fc7375a7a8716cc1352658cfc194645bf7f638c
Diffstat (limited to 'launcher/launcher.pro')
-rw-r--r--launcher/launcher.pro11
1 files changed, 8 insertions, 3 deletions
diff --git a/launcher/launcher.pro b/launcher/launcher.pro
index e39c64d..0d61233 100644
--- a/launcher/launcher.pro
+++ b/launcher/launcher.pro
@@ -15,10 +15,10 @@
TEMPLATE = app
TARGET = launcher
-QT = qml quick websockets
-CONFIG += c++11 link_pkgconfig
+QT = qml quick websockets gui-private
+CONFIG += c++11 link_pkgconfig wayland-scanner
DESTDIR = $${OUT_PWD}/../package/root/bin
-PKGCONFIG += qlibwindowmanager libhomescreen
+PKGCONFIG += libhomescreen wayland-client
CONFIG(release, debug|release) {
QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
@@ -28,11 +28,13 @@ SOURCES += \
src/main.cpp \
src/applicationmodel.cpp \
src/appinfo.cpp \
+ src/shell-desktop.cpp \
src/homescreenhandler.cpp
HEADERS += \
src/applicationmodel.h \
src/appinfo.h \
+ src/shell-desktop.h \
src/homescreenhandler.h
OTHER_FILES += \
@@ -41,3 +43,6 @@ OTHER_FILES += \
RESOURCES += \
qml/images/images.qrc \
qml/qml.qrc
+
+WAYLANDCLIENTSOURCES += \
+ protocol/agl-shell-desktop.xml