summaryrefslogtreecommitdiffstats
path: root/homescreen/homescreen.pro
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-25 18:42:40 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-06-24 16:58:24 +0300
commiteb227c1da7bdd2d81c5a95881d7eef18369ca96a (patch)
treecd3f2adc8b0a9a207bc3d4bed97ae7a6a3747e0f /homescreen/homescreen.pro
parentc903d2fc00c1129ae7c8c3f3393d7cd08c9f2699 (diff)
agl-compositor: Conversion to agl-compositor
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I7da44ec333217d355ba643d2d21bea7d8940ad2b
Diffstat (limited to 'homescreen/homescreen.pro')
-rw-r--r--homescreen/homescreen.pro12
1 files changed, 9 insertions, 3 deletions
diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro
index cb3d919..ca9ea3b 100644
--- a/homescreen/homescreen.pro
+++ b/homescreen/homescreen.pro
@@ -15,10 +15,10 @@
TEMPLATE = app
TARGET = HomeScreen
-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 qtappfw-weather qtappfw-network qtappfw-bt afb-helpers-qt
+PKGCONFIG += qtappfw-weather qtappfw-network qtappfw-bt afb-helpers-qt wayland-client json-c
LIBS += -lhomescreen
@@ -33,6 +33,7 @@ SOURCES += \
src/applicationlauncher.cpp \
src/mastervolume.cpp \
src/homescreenhandler.cpp \
+ src/shell.cpp \
src/aglsocketwrapper.cpp \
src/chromecontroller.cpp
@@ -42,6 +43,7 @@ HEADERS += \
src/applicationlauncher.h \
src/mastervolume.h \
src/homescreenhandler.h \
+ src/shell.h \
src/aglsocketwrapper.h \
src/chromecontroller.h \
src/constants.h
@@ -58,3 +60,7 @@ RESOURCES += \
qml/images/images.qrc \
qml/qml.qrc \
qml/images/SpeechChrome/speechchrome.qrc
+
+
+WAYLANDCLIENTSOURCES += \
+ protocol/agl-shell.xml