From 4a8b7a6301e4b093c99329d0a16fbee6c535f312 Mon Sep 17 00:00:00 2001 From: wanglu Date: Mon, 25 Mar 2019 09:42:49 +0800 Subject: This is a application for display turn by run navigation information. Change-Id: I0866a7d9ffa347c0935b4d00259ad1a74cd00d6e Signed-off-by: wanglu --- app/app.pro | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app/app.pro (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro new file mode 100644 index 0000000..594eca3 --- /dev/null +++ b/app/app.pro @@ -0,0 +1,36 @@ +TARGET = tbtnavi +TEMPLATE = app + +QT += qml network quick positioning location sql widgets dbus + +CONFIG += c++14 + +include(app.pri) + +ios|android { + QT -= widgets +} + +SOURCES += \ + main.cpp \ + qcheapruler.cpp \ + dbus_client.cpp \ + file_operation.cpp + +HEADERS += \ + qcheapruler.hpp \ + dbus_client.h \ + file_operation.h + +INCLUDEPATH += \ + ../include + +OTHER_FILES += \ + qmapboxlgapp.qml + +RESOURCES += \ + images/images.qrc \ + app.qrc + +DBUS_ADAPTORS += org.agl.naviapi.xml +DBUS_INTERFACES += org.agl.naviapi.xml -- cgit 1.2.3-korg