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-05-15 19:55:29 +0300
commit83496d2f6968f7d12a183581d320065bdba52132 (patch)
tree7bdff11d0498216ffb5567fbb54b34200acc7196 /launcher/launcher.pro
parent64827f59682374ffc9174b38677f94e1535579d4 (diff)
agl-compositor: New adaptation to using the agl-shell-desktop proto
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
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 63c6704..69d6946 100644
--- a/launcher/launcher.pro
+++ b/launcher/launcher.pro
@@ -15,20 +15,22 @@
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
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 += \
@@ -37,3 +39,6 @@ OTHER_FILES += \
RESOURCES += \
qml/images/images.qrc \
qml/qml.qrc
+
+WAYLANDCLIENTSOURCES += \
+ protocol/agl-shell-desktop.xml