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

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

RESOURCES += \
    places_list.qrc

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