summaryrefslogtreecommitdiffstats
path: root/examples/location/places_map
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-11-28 15:48:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-29 16:13:18 +0100
commit53a8c971c5ea604b6c41f84ba3f78bee2e9064c8 (patch)
tree8834081aeead005649580e1d3e6ef8500a7285b0 /examples/location/places_map
parentbe13521707249d4d89085e6e850944056ab923f7 (diff)
Fix and cleanup of make install related rules in QtLocation examples
Change-Id: I9ef400e22d46e60d50eed785a71e656a0f93fa26 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'examples/location/places_map')
-rw-r--r--examples/location/places_map/places_map.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/location/places_map/places_map.pro b/examples/location/places_map/places_map.pro
index 5f7d3eaf..7f4bf81b 100644
--- a/examples/location/places_map/places_map.pro
+++ b/examples/location/places_map/places_map.pro
@@ -7,7 +7,7 @@ SOURCES = main.cpp
qmlcontent.files += $$files(*.qml) \
marker.png
-target.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/places_map
-qmlcontent.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/places_map
+target.path = $$[QT_INSTALL_EXAMPLES]/location/places_map
+qmlcontent.path = $$[QT_INSTALL_EXAMPLES]/location/places_map
INSTALLS += target qmlcontent