summaryrefslogtreecommitdiff
path: root/tests/systemtests/map3d/map3d.pro
blob: 1430fb92a3392784928d24721a3e865f78f26de5 (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

TEMPLATE = app
TARGET = map3d

CONFIG += qt warn_on qt3d

QT += network location

INCLUDEPATH += ../../../src/location/mapsgl/map3d

HEADERS += \
    camerawidget.h \
    mainwidget.h \
    tileview.h

SOURCES += \
    main.cpp \
    camerawidget.cpp \
    mainwidget.cpp \
    tileview.cpp

#install
target.path = $$[QT_INSTALL_DEMOS]/qtlocation/map3d
sources.files = $$SOURCES $HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_DEMOS]/qtlocation/map3d
INSTALLS += target sources