summaryrefslogtreecommitdiffstats
path: root/examples/location/places_list
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-11-18 15:35:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-18 19:28:15 +0100
commitc4d3b333a1ec0de5ef1389569b9b65467453e382 (patch)
treef0c107a64691115235034f25cd2b72bdd2fa2aef /examples/location/places_list
parentfdfc320ab397f8f8faa4a54e54d80740487720e2 (diff)
Fix install path for examplesv5.2.0-rc1v5.2.0
The QtLocation examples are still broken when running make install but the module is not part of the release anyway. Task-number: QTBUG-34907 Change-Id: Ie3a35daae3df39747a70ed4bce430ec1a73cbe3d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'examples/location/places_list')
-rw-r--r--examples/location/places_list/places_list.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/location/places_list/places_list.pro b/examples/location/places_list/places_list.pro
index 238e2973..2d4b29ab 100644
--- a/examples/location/places_list/places_list.pro
+++ b/examples/location/places_list/places_list.pro
@@ -6,7 +6,7 @@ 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
+target.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/places_list
+qmlcontent.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/places_list
INSTALLS += target qmlcontent