summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-11-10 18:23:23 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-11-11 20:28:23 -0800
commitd01ce33b26daf332d4b8bd9e389e0877c1c38b88 (patch)
treee16486c8baaa36a53cd8db7d6bde153eab8f3c87 /app/app.pro
parent8f03b833b933fc632284e594cb636877c47b8128 (diff)
tbtnavi: remove dbus navicore client
In order to use new agl-service-navigation the current navicore DBus client needs to be removed. Bug-AGL: SPEC-2880 Change-Id: I4c6eef6c44ec55aa1fd2fc6b73c2cf3aa7fbd51e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/app.pro b/app/app.pro
index bcad35a..a2f7283 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -1,7 +1,7 @@
TARGET = tbtnavi
TEMPLATE = app
-QT += qml network quick positioning location widgets dbus
+QT += qml network quick positioning location widgets
PKGCONFIG += qlibhomescreen qlibwindowmanager
CONFIG += c++1z link_pkgconfig
@@ -11,12 +11,10 @@ include(app.pri)
SOURCES += \
main.cpp \
qcheapruler.cpp \
- dbus_client.cpp \
file_operation.cpp
HEADERS += \
qcheapruler.hpp \
- dbus_client.h \
file_operation.h
INCLUDEPATH += \
@@ -28,6 +26,3 @@ OTHER_FILES += \
RESOURCES += \
images/images.qrc \
app.qrc
-
-DBUS_ADAPTORS += org.agl.naviapi.xml
-DBUS_INTERFACES += org.agl.naviapi.xml