aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/homescreen.pro
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-02-08 17:27:17 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-02-13 23:37:07 -0800
commit928dd96f5225769d4af7354e75d4d245ae586884 (patch)
tree9ccb83cda12928a652455d8bf67a6dd1d7cd254e /homescreen/homescreen.pro
parentdb9f41d75fb4460f668117c69be05c4d4d4c7c7c (diff)
homescreen: add OpenWeatherMap data to homescreen
Use agl-service-weather weather data via libqtappfw framework on homescreen interface. Bug-AGL: SPEC-1273 Change-Id: If591b74c1e6a912384abf6289128ec9a4a1101b4 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'homescreen/homescreen.pro')
-rw-r--r--homescreen/homescreen.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro
index b72931b..70f4ca7 100644
--- a/homescreen/homescreen.pro
+++ b/homescreen/homescreen.pro
@@ -15,10 +15,10 @@
TEMPLATE = app
TARGET = HomeScreen
-QT = qml quick dbus
+QT = qml quick dbus websockets
CONFIG += c++11 link_pkgconfig
DESTDIR = $${OUT_PWD}/../package/root/bin
-PKGCONFIG += qlibwindowmanager
+PKGCONFIG += qlibwindowmanager qtappfw
LIBS += -lhomescreen