homescreenhandler: use applaunchd for app activation
[apps/homescreen.git] / homescreen / homescreen.pro
index 0bf98fb..7e93e02 100644 (file)
 
 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