summaryrefslogtreecommitdiffstats
path: root/examples/mapdata/mapdata.pro
blob: 091fdc7c9e9ae8afcf2b5f6e608501bf28ae5459 (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 += widgets

INSTALLS += target

RESOURCES += \
    mapdata.qrc