X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fhomescreen.pro;h=a443fdf9aa171ced37f51b8aa352b3791010b044;hb=refs%2Fheads%2Fsandbox%2Fzheng_wenlong%2Fals2019_horizontal;hp=061d2fb0c1605e812b64b4cd01cb3a2df185538d;hpb=79e0139fb399b5af1342783ed6abb61aff6e28dd;p=apps%2Fhomescreen.git diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro index 061d2fb..a443fdf 100644 --- a/homescreen/homescreen.pro +++ b/homescreen/homescreen.pro @@ -1,4 +1,5 @@ # Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH +# Copyright (c) 2017 TOYOTA MOTOR CORPORATION # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,42 +15,34 @@ TEMPLATE = app TARGET = HomeScreen -QT = qml quick dbus +QT = qml quick dbus websockets CONFIG += c++11 link_pkgconfig -PKGCONFIG += libpulse +DESTDIR = $${OUT_PWD}/../package/root/bin +PKGCONFIG += libwindowmanager qtappfw + +LIBS += -lqthomescreen -lwindowmanager include(../interfaces/interfaces.pri) SOURCES += \ src/main.cpp \ - src/homescreencontrolinterface.cpp \ - src/layouthandler.cpp \ - src/applicationmodel.cpp \ - src/appinfo.cpp \ src/statusbarmodel.cpp \ src/statusbarserver.cpp \ src/applicationlauncher.cpp \ - src/mastervolume.cpp \ - src/paclient.cpp + src/homescreenhandler.cpp \ + src/toucharea.cpp HEADERS += \ - src/homescreencontrolinterface.h \ - src/layouthandler.h \ src/statusbarmodel.h \ src/statusbarserver.h \ src/applicationlauncher.h \ - src/applicationmodel.h \ - src/appinfo.h \ - src/mastervolume.h \ - src/paclient.h + src/homescreenhandler.h \ + src/toucharea.h OTHER_FILES += \ README.md RESOURCES += \ - qml/images/Home/home.qrc \ - 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 \