X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fhomescreen.pro;h=ca9ea3b5ddb0eb45f2ced8b860175c8a1bfd9743;hb=refs%2Fchanges%2F19%2F24819%2F2;hp=cb3d919aaeaf129fb7a06d0adbe01e635b973614;hpb=c903d2fc00c1129ae7c8c3f3393d7cd08c9f2699;p=apps%2Fhomescreen.git 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