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

QT += quick qml network
SOURCES = main.cpp

RESOURCES += \
    resources.qrc

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