X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fhomescreen.pro;fp=homescreen%2Fhomescreen.pro;h=8baa90d13e3cbcbfb77ac208dbe04b0d524de8c3;hb=2549937d94e754b6e958a3567513dac081d102b5;hp=3a258808309798e32e4ff07c36246131866db5f6;hpb=3a75b90a396589b3a2f1f971424fdd64d53106e0;p=apps%2Fhomescreen.git diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro index 3a25880..8baa90d 100644 --- a/homescreen/homescreen.pro +++ b/homescreen/homescreen.pro @@ -18,7 +18,7 @@ TARGET = HomeScreen QT = qml quick dbus websockets CONFIG += c++11 link_pkgconfig DESTDIR = $${OUT_PWD}/../package/root/bin -PKGCONFIG += qlibwindowmanager qtappfw +PKGCONFIG += qlibwindowmanager qtappfw afb-helpers-qt LIBS += -lhomescreen @@ -30,16 +30,14 @@ SOURCES += \ src/statusbarserver.cpp \ src/applicationlauncher.cpp \ src/mastervolume.cpp \ - src/homescreenhandler.cpp \ - helpers/qafbwebsocketclient.cpp + src/homescreenhandler.cpp HEADERS += \ src/statusbarmodel.h \ src/statusbarserver.h \ src/applicationlauncher.h \ src/mastervolume.h \ - src/homescreenhandler.h \ - helpers/qafbwebsocketclient.h + src/homescreenhandler.h OTHER_FILES += \ README.md