aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-05-20 21:06:00 +0000
committerDenys Dmytriyenko <denys@konsulko.com>2023-05-20 21:08:41 +0000
commit4be88c049f31b7659e09223857b92ca531835039 (patch)
tree3b02a1f7a2b7ef4462463ad1f6f8802c7d3f84dd
parent5e828161fc1571323e2812a344f6714ae9331b2c (diff)
Remove remaining D-Bus pieces
Following the removal of D-Bus interface in applaunchd, remove remaining D-Bus pieces in launncher as well. Bug-AGL: SPEC-4801 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I404ebc5166c89f6b101ac83443f00ae9657db477
-rw-r--r--launcher/launcher.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/launcher/launcher.pro b/launcher/launcher.pro
index 0bfc8b9..674a0d9 100644
--- a/launcher/launcher.pro
+++ b/launcher/launcher.pro
@@ -15,7 +15,7 @@
TEMPLATE = app
TARGET = launcher
-QT = qml quick gui-private dbus
+QT = qml quick gui-private
CONFIG += c++11 link_pkgconfig
DESTDIR = $${OUT_PWD}
PKGCONFIG += qtappfw-applauncher
@@ -24,8 +24,6 @@ CONFIG(release, debug|release) {
QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
}
-DBUS_INTERFACES = $$[QT_SYSROOT]/usr/share/dbus-1/interfaces/org.automotivelinux.AppLaunch.xml
-
SOURCES += \
src/main.cpp \
src/applicationmodel.cpp \