summaryrefslogtreecommitdiffstats
path: root/examples/location/places_list/places_list.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/places_list/places_list.pro')
-rw-r--r--examples/location/places_list/places_list.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/location/places_list/places_list.pro b/examples/location/places_list/places_list.pro
new file mode 100644
index 00000000..238e2973
--- /dev/null
+++ b/examples/location/places_list/places_list.pro
@@ -0,0 +1,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