X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fhomescreen.pro;h=a443fdf9aa171ced37f51b8aa352b3791010b044;hb=refs%2Fheads%2Fsandbox%2Fakiofukubayashi%2Fals2019_horizontal_8.0;hp=8baa90d13e3cbcbfb77ac208dbe04b0d524de8c3;hpb=2549937d94e754b6e958a3567513dac081d102b5;p=apps%2Fhomescreen.git diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro index 8baa90d..a443fdf 100644 --- a/homescreen/homescreen.pro +++ b/homescreen/homescreen.pro @@ -18,9 +18,9 @@ TARGET = HomeScreen QT = qml quick dbus websockets CONFIG += c++11 link_pkgconfig DESTDIR = $${OUT_PWD}/../package/root/bin -PKGCONFIG += qlibwindowmanager qtappfw afb-helpers-qt +PKGCONFIG += libwindowmanager qtappfw -LIBS += -lhomescreen +LIBS += -lqthomescreen -lwindowmanager include(../interfaces/interfaces.pri) @@ -29,22 +29,20 @@ SOURCES += \ src/statusbarmodel.cpp \ src/statusbarserver.cpp \ src/applicationlauncher.cpp \ - src/mastervolume.cpp \ - src/homescreenhandler.cpp + src/homescreenhandler.cpp \ + src/toucharea.cpp HEADERS += \ src/statusbarmodel.h \ src/statusbarserver.h \ src/applicationlauncher.h \ - src/mastervolume.h \ - src/homescreenhandler.h + src/homescreenhandler.h \ + src/toucharea.h OTHER_FILES += \ README.md RESOURCES += \ - qml/images/MediaPlayer/mediaplayer.qrc \ - qml/images/MediaMusic/mediamusic.qrc \ qml/images/Weather/weather.qrc \ qml/images/Shortcut/shortcut.qrc \ qml/images/Status/status.qrc \