summaryrefslogtreecommitdiffstats
path: root/examples/mapdata/mapdata.pro
blob: 7ed5984ee2e80ef017ccbf1b20ac3b2988efb9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

SOURCES += main.cpp mapdata.cpp
HEADERS += mapdata.h

QT += datavis3d widgets

INSTALLS += target

RESOURCES += \
    mapdata.qrc