summaryrefslogtreecommitdiffstats
path: root/examples/mapdata/mapdata.pro
blob: 09bffe5813755e48f4efc8502e1be7ca1d6e621b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SOURCES += main.cpp mapdata.cpp
HEADERS += mapdata.h

QT += datavis3d widgets

android {
    target.path = /libs/$$ANDROID_TARGET_ARCH
} else {
    target.path = $$[QT_INSTALL_EXAMPLES]/datavis3d/mapdata
}
INSTALLS += target

RESOURCES += \
    mapdata.qrc