summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/mapviewer.pro
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/mapviewer/mapviewer.pro
parentfdfc320ab397f8f8faa4a54e54d80740487720e2 (diff)
downloadqtlocation-c4d3b333a1ec0de5ef1389569b9b65467453e382.tar.gz
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/mapviewer/mapviewer.pro')
-rw-r--r--examples/location/mapviewer/mapviewer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/mapviewer/mapviewer.pro b/examples/location/mapviewer/mapviewer.pro
index 7ae7b4dc..36fead08 100644
--- a/examples/location/mapviewer/mapviewer.pro
+++ b/examples/location/mapviewer/mapviewer.pro
@@ -32,7 +32,7 @@ OTHER_FILES += $$qmlcontentdialogs.files
include(../common/common.pri)
-target.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/declarative/mapviewer
+target.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/mapviewer
INSTALLS += target