summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro61
1 files changed, 22 insertions, 39 deletions
diff --git a/app/app.pro b/app/app.pro
index 4eef717..bedd56a 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -1,47 +1,30 @@
-TARGET = navigation
+TARGET = tbtnavi
+TEMPLATE = app
-CONFIG += link_pkgconfig
-PKGCONFIG += libhomescreen qlibwindowmanager
+QT += qml network quick positioning location sql widgets
-QT = qml network quick positioning location quickcontrols2
+CONFIG += c++14
-static {
- QTPLUGIN += qtvirtualkeyboardplugin
- QT += svg
+include(app.pri)
+
+ios|android {
+ QT -= widgets
}
-SOURCES += main.cpp
+SOURCES += \
+ main.cpp \
+ qcheapruler.cpp
+
+HEADERS += \
+ qcheapruler.hpp
+
+INCLUDEPATH += \
+ ../include
+
+OTHER_FILES += \
+ qmapboxlgapp.qml
RESOURCES += \
- mapviewer.qrc
-
-OTHER_FILES +=mapviewer.qml \
- helper.js \
- map/MapComponent.qml \
- map/Marker.qml \
- map/CircleItem.qml \
- map/RectangleItem.qml \
- map/PolylineItem.qml \
- map/PolygonItem.qml \
- map/ImageItem.qml \
- menus/ItemPopupMenu.qml \
- menus/MainMenu.qml \
- menus/MapPopupMenu.qml \
- menus/MarkerPopupMenu \
- forms/Geocode.qml \
- forms/GeocodeForm.ui.qml\
- forms/Message.qml \
- forms/MessageForm.ui.qml \
- forms/ReverseGeocode.qml \
- forms/ReverseGeocodeForm.ui.qml \
- forms/RouteCoordinate.qml \
- forms/Locale.qml \
- forms/LocaleForm.ui.qml \
- forms/RouteAddress.qml \
- forms/RouteAddressForm.ui.qml \
- forms/RouteCoordinateForm.ui.qml \
- forms/RouteList.qml \
- forms/RouteListDelegate.qml \
- forms/RouteListHeader.qml
+ images/images.qrc \
+ app.qrc
-include(app.pri)