aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/homescreen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/homescreen.pro')
-rw-r--r--homescreen/homescreen.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro
index 0bf98fb..7e93e02 100644
--- a/homescreen/homescreen.pro
+++ b/homescreen/homescreen.pro
@@ -15,10 +15,12 @@
TEMPLATE = app
TARGET = homescreen
-QT = qml quick gui-private
+QT = qml quick gui-private dbus
CONFIG += c++11 link_pkgconfig wayland-scanner
PKGCONFIG += wayland-client
+DBUS_INTERFACES = $$[QT_SYSROOT]/usr/share/dbus-1/interfaces/org.automotivelinux.AppLaunch.xml
+
SOURCES += \
src/main.cpp \
src/shell.cpp \
@@ -37,7 +39,6 @@ HEADERS += \
src/mastervolume.h \
src/homescreenhandler.h
-
OTHER_FILES += \
README.md