summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:47:05 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:50:52 +0000
commitf7d39c4aa2d16c0e7475a301e24818ae50c970c8 (patch)
treeab68b3709bd2128ee8849a8fdb4e1b7ce1b2d2d6
parentcd543e15c12c838eb0b30fc1d656bdebda13b324 (diff)
downloadqtlocation-f7d39c4aa2d16c0e7475a301e24818ae50c970c8.tar.gz
Doc: Update examplesinstallpath to include the repository name
The examplesinstallpath variable in .qdocconf files defines the path under QT_INSTALL_EXAMPLES where examples are found. To match the way examples are packaged in Qt 5.6, prefix each install path with the repository name. Task-number: QTBUG-48736 Change-Id: Ie14b7b15f94e96540d94a7384530faabd8b539f3 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/location/doc/qtlocation.qdocconf2
-rw-r--r--src/positioning/doc/qtpositioning.qdocconf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/location/doc/qtlocation.qdocconf b/src/location/doc/qtlocation.qdocconf
index 695860a0..abe48974 100644
--- a/src/location/doc/qtlocation.qdocconf
+++ b/src/location/doc/qtlocation.qdocconf
@@ -41,7 +41,7 @@ sourcedirs += .. \
../../imports/location \
../../plugins/geoservices/nokia
-examplesinstallpath = location
+examplesinstallpath = qtlocation/location
exampledirs += ../../../examples/location \
snippets/
diff --git a/src/positioning/doc/qtpositioning.qdocconf b/src/positioning/doc/qtpositioning.qdocconf
index 608b30a1..1645c092 100644
--- a/src/positioning/doc/qtpositioning.qdocconf
+++ b/src/positioning/doc/qtpositioning.qdocconf
@@ -40,7 +40,7 @@ headerdirs += .. \
sourcedirs += .. \
../../imports/positioning
-examplesinstallpath = positioning
+examplesinstallpath = qtlocation/positioning
exampledirs += ../../../examples/positioning \
snippets/