aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/homescreen.pro
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2018-02-23 13:57:35 +0100
committerLoïc Collignon <loic.collignon@iot.bzh>2018-02-23 13:57:35 +0100
commitd2f071d5d8c5c21c4f438bf5a822fbaddb2d97ce (patch)
treee69b8367c41b2a23c107d86c2467977d7cb39d57 /homescreen/homescreen.pro
parent43dc156f29b89efd4055b8b412e888c0c3129e7b (diff)
hack: control master volume using 4a with the homescreen slidersandbox/ctxnop/4avolume
Change-Id: If527d160f8eacbcfed3df2ab744485995dbe1dc9 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'homescreen/homescreen.pro')
-rw-r--r--homescreen/homescreen.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro
index b72931b..2d20a03 100644
--- a/homescreen/homescreen.pro
+++ b/homescreen/homescreen.pro
@@ -15,7 +15,7 @@
TEMPLATE = app
TARGET = HomeScreen
-QT = qml quick dbus
+QT = qml quick dbus core websockets
CONFIG += c++11 link_pkgconfig
DESTDIR = $${OUT_PWD}/../package/root/bin
PKGCONFIG += qlibwindowmanager
@@ -32,7 +32,9 @@ SOURCES += \
src/statusbarserver.cpp \
src/applicationlauncher.cpp \
src/mastervolume.cpp \
- src/homescreenhandler.cpp
+ src/homescreenhandler.cpp \
+ src/qafbwsclient.cpp \
+ src/qafbwsmsg.cpp
HEADERS += \
src/statusbarmodel.h \
@@ -41,7 +43,9 @@ HEADERS += \
src/applicationmodel.h \
src/appinfo.h \
src/mastervolume.h \
- src/homescreenhandler.h
+ src/homescreenhandler.h \
+ src/qafbwsclient.h \
+ src/qafbwsmsg.h
OTHER_FILES += \
README.md