summaryrefslogtreecommitdiffstats
path: root/examples/location/places_list/places_list.pro
blob: 238e29734e1fa984a7b4346f268213ccaf32f793 (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

qmlcontent.files += $$files(*.qml)

target.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/declarative/places_list
qmlcontent.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/declarative/places_list

INSTALLS += target qmlcontent