summaryrefslogtreecommitdiffstats
path: root/examples/location/places_list/places_list.pro
blob: 82aa43378bed6ae91a083f297b0b15bf0c287c84 (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 += \
    places_list.qrc

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