X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fhomescreen.pro;fp=homescreen%2Fhomescreen.pro;h=caf30a18f613f7809bf0c21a1ac2ca48f254e5d3;hb=9f1edc7b8e5ba92c14fb54ab6bab3596ec080dd4;hp=2f3443fd5d8984759998b514584a3552789fc13a;hpb=866cae834b24aec99b8cf30d538681b1c5567a77;p=apps%2Fhomescreen.git diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro index 2f3443f..caf30a1 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 @@ -29,6 +29,7 @@ SOURCES += \ src/applicationlauncher.cpp \ src/mastervolume.cpp \ src/homescreenhandler.cpp \ + src/shell.cpp \ src/aglsocketwrapper.cpp \ src/chromecontroller.cpp @@ -38,6 +39,7 @@ HEADERS += \ src/applicationlauncher.h \ src/mastervolume.h \ src/homescreenhandler.h \ + src/shell.h \ src/aglsocketwrapper.h \ src/chromecontroller.h \ src/constants.h @@ -54,3 +56,7 @@ RESOURCES += \ qml/images/images.qrc \ qml/qml.qrc \ qml/images/SpeechChrome/speechchrome.qrc + + +WAYLANDCLIENTSOURCES += \ + protocol/agl-shell.xml