summaryrefslogtreecommitdiffstats
path: root/homescreen
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
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')
-rw-r--r--homescreen/homescreen.pro8
-rw-r--r--homescreen/src/mastervolume.h2
2 files changed, 4 insertions, 6 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
diff --git a/homescreen/src/mastervolume.h b/homescreen/src/mastervolume.h
index e23e8d1..6ae0aad 100644
--- a/homescreen/src/mastervolume.h
+++ b/homescreen/src/mastervolume.h
@@ -16,7 +16,7 @@
#include <QtCore/QObject>
#include <QQmlEngine>
-#include "../helpers/qafbwebsocketclient.h"
+#include "../qafbwebsocketclient.h"
class MasterVolume
: public QObject