diff options
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 7 |
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 |