aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/homescreen.pro
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-03-15 11:53:05 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-03-15 11:53:05 +0000
commit03cbba3657ff4cd07a9386a67411153a95dd0c9e (patch)
tree49b9f1f3b5bde3e2d0bfd973fea0aea40c7ff04f /homescreen/homescreen.pro
parentbde8622fc349829cf03e196f2161995688fc1a09 (diff)
autobuild: introduce build scripts
This reverts commit bde8622fc349829cf03e196f2161995688fc1a09. Which reverted the original commit from Raquel. With the dependency added, we can go ahead now. Thanks for the fix. Change-Id: Ia0e5c34252eb832dbaebb643e7e06e53d74c29dc
Diffstat (limited to 'homescreen/homescreen.pro')
-rw-r--r--homescreen/homescreen.pro8
1 files changed, 3 insertions, 5 deletions
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