From aa8e593bf3d5138d007619048eeac0e4b9863b7a Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 27 Jan 2020 12:37:45 -0800 Subject: launcher: remove unused DBus code artifacts 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 --- launcher/launcher.pro | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'launcher/launcher.pro') 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 -- cgit 1.2.3-korg