summaryrefslogtreecommitdiffstats
path: root/examples/location/places_map/places_map.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/places_map/places_map.pro')
-rw-r--r--examples/location/places_map/places_map.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/location/places_map/places_map.pro b/examples/location/places_map/places_map.pro
new file mode 100644
index 00000000..34f5ad92
--- /dev/null
+++ b/examples/location/places_map/places_map.pro
@@ -0,0 +1,13 @@
+TARGET = places_map
+TEMPLATE = app
+
+QT += quick qml network
+SOURCES = main.cpp
+
+qmlcontent.files += $$files(*.qml) \
+ marker.png
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/declarative/places_map
+qmlcontent.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/declarative/places_map
+
+INSTALLS += target qmlcontent