summaryrefslogtreecommitdiffstats
path: root/examples/location/places_list/places_list.pro
blob: 2d4b29abf92735bc16c1328ee5f4f8c27c62e894 (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/places_list
qmlcontent.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/places_list

INSTALLS += target qmlcontent