summaryrefslogtreecommitdiffstats
path: root/examples/location/places_list/places_list.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-07-10 13:55:17 +0200
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-07-13 10:33:33 +0000
commita990d458f752aedb8b91aeafb4a62bb7c8ed4c50 (patch)
tree6cb8bc9ccaf4d55e9c3325029fb501f24800ab09 /examples/location/places_list/places_list.pro
parent5e71363485b3760601544f6365b039ef3b986123 (diff)
Update places-list and places-map examples
Change position used in examples to Oslo. Update marker icons to be the same as in mapviewer example. Update screenshots, so they contain osm map. Add marker icon to places_list, so it does not look so boring. Add places title to places_map, so it is more readable. Change-Id: Ia321aa8577e77f76468c504cd4e6ce877712089c Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/location/places_list/places_list.pro')
-rw-r--r--examples/location/places_list/places_list.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/places_list/places_list.pro b/examples/location/places_list/places_list.pro
index b120f4aa..82aa4337 100644
--- a/examples/location/places_list/places_list.pro
+++ b/examples/location/places_list/places_list.pro
@@ -5,7 +5,7 @@ QT += quick qml network positioning location
SOURCES = main.cpp
RESOURCES += \
- resources.qrc
+ places_list.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/location/places_list
INSTALLS += target