summaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: 275b29eb2b1421a152e58f6524c4844c4be0f8f5 (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
31
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 \
    file_operation.cpp

HEADERS += \
    qcheapruler.hpp \
    file_operation.h

INCLUDEPATH += \
    ../include

OTHER_FILES += \
    qmapboxlgapp.qml

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