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

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

RESOURCES += \
    resources.qrc

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