summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro36
1 files changed, 36 insertions, 0 deletions
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