aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/homescreen.pro
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-03-14 17:53:20 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-03-14 17:53:20 +0000
commitbde8622fc349829cf03e196f2161995688fc1a09 (patch)
tree6a42ca8736c8ca3f8880e706bbb7eb6daf4fe59c /homescreen/homescreen.pro
parente931f079cf5015299256f2f01b824ae42247127e (diff)
Revert "autobuild: introduce build scripts"
We need to double-check this works with the recipe. This reverts commit e931f079cf5015299256f2f01b824ae42247127e. Change-Id: I8471e87d1234d98850f2a60114bde34e2dc009a6
Diffstat (limited to 'homescreen/homescreen.pro')
-rw-r--r--homescreen/homescreen.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro
index 8baa90d..3a25880 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 afb-helpers-qt
+PKGCONFIG += qlibwindowmanager qtappfw
LIBS += -lhomescreen
@@ -30,14 +30,16 @@ SOURCES += \
src/statusbarserver.cpp \
src/applicationlauncher.cpp \
src/mastervolume.cpp \
- src/homescreenhandler.cpp
+ src/homescreenhandler.cpp \
+ helpers/qafbwebsocketclient.cpp
HEADERS += \
src/statusbarmodel.h \
src/statusbarserver.h \
src/applicationlauncher.h \
src/mastervolume.h \
- src/homescreenhandler.h
+ src/homescreenhandler.h \
+ helpers/qafbwebsocketclient.h
OTHER_FILES += \
README.md