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

SOURCES += main.cpp

RESOURCES += qml.qrc

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