summaryrefslogtreecommitdiffstats
path: root/examples/location/places_map/places_map.pro
blob: 51d61bbcd295be5fb18cdbc932a8661a38777794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = places_map
TEMPLATE = app

QT += quick qml network positioning location
SOURCES = main.cpp

RESOURCES += \
    places_map.qrc

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