summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/mapviewer.pro
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/mapviewer/mapviewer.pro
parentbe13521707249d4d89085e6e850944056ab923f7 (diff)
downloadqtlocation-53a8c971c5ea604b6c41f84ba3f78bee2e9064c8.tar.gz
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/mapviewer/mapviewer.pro')
-rw-r--r--examples/location/mapviewer/mapviewer.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/location/mapviewer/mapviewer.pro b/examples/location/mapviewer/mapviewer.pro
index 36fead08..8c667498 100644
--- a/examples/location/mapviewer/mapviewer.pro
+++ b/examples/location/mapviewer/mapviewer.pro
@@ -32,10 +32,12 @@ OTHER_FILES += $$qmlcontentdialogs.files
include(../common/common.pri)
-target.path = $$[QT_INSTALL_EXAMPLES]/qtlocation/mapviewer
-
-INSTALLS += target
+target.path = $$[QT_INSTALL_EXAMPLES]/location/mapviewer
+additional.files = ../common
+additional.path = $$[QT_INSTALL_EXAMPLES]/location/common
+INSTALLS += target additional
+# ensure copying of media file while shadow building
!equals($${_PRO_FILE_PWD_}, $${OUT_PWD}) {
MEDIAFILE = $${_PRO_FILE_PWD_}/demo.ogv
copy2build.input = MEDIAFILE