summaryrefslogtreecommitdiffstats
path: root/launcher/launcher.pro
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2020-01-27 12:37:45 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2020-01-27 15:10:03 -0800
commitaa8e593bf3d5138d007619048eeac0e4b9863b7a (patch)
treeceb504458987465fc29894f1320bc6abf68978e1 /launcher/launcher.pro
parentac2557137950463ba3feec2a19ca26c81ee91cbe (diff)
launcher: remove unused DBus code artifactsicefish_8.99.5icefish/8.99.58.99.5
All accesses to control launching applications are now done via agl-service-homescreen/libhomescreen, and thus the unused DBus interface can be removed. Bug-AGL: SPEC-3137 Change-Id: I27f5afd89bd15eb50486e2546a730e40f016b05e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'launcher/launcher.pro')
-rw-r--r--launcher/launcher.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/launcher/launcher.pro b/launcher/launcher.pro
index e16e9ce..63c6704 100644
--- a/launcher/launcher.pro
+++ b/launcher/launcher.pro
@@ -15,22 +15,18 @@
TEMPLATE = app
TARGET = launcher
-QT = qml quick dbus websockets
+QT = qml quick websockets
CONFIG += c++11 link_pkgconfig
DESTDIR = $${OUT_PWD}/../package/root/bin
PKGCONFIG += qlibwindowmanager libhomescreen
-include(../interfaces/interfaces.pri)
-
SOURCES += \
src/main.cpp \
src/applicationmodel.cpp \
src/appinfo.cpp \
- src/applicationlauncher.cpp \
src/homescreenhandler.cpp
HEADERS += \
- src/applicationlauncher.h \
src/applicationmodel.h \
src/appinfo.h \
src/homescreenhandler.h