summaryrefslogtreecommitdiffstats
path: root/examples/location/planespotter/planespotter.pro
blob: 5c2fa334398642507c87807311cde7cb269107a9 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app
TARGET = planespotter
QT += qml quick positioning location

SOURCES += main.cpp

RESOURCES += qml.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/location/planespotter
INSTALLS += target