summaryrefslogtreecommitdiffstats
path: root/demo3/vertical/tbtnavi_demo/app/app.pro
blob: bedd56a804fe1fc5034389b39bed3629231d1c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TARGET = tbtnavi
TEMPLATE = app

QT += qml network quick positioning location sql widgets

CONFIG += c++14

include(app.pri)

ios|android {
    QT -= widgets
}

SOURCES += \
    main.cpp \
    qcheapruler.cpp

HEADERS += \
    qcheapruler.hpp

INCLUDEPATH += \
    ../include

OTHER_FILES += \
    qmapboxlgapp.qml

RESOURCES += \
    images/images.qrc \
    app.qrc