summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:50:13 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:51:23 +0000
commitd8d4a5e9ac1251e82d1ec639bc3bff7e7f53c083 (patch)
tree214eca5a9c685c4222ea5468e5c0d3e4fe6582d9
parentd8e357f75a05bce5e1286c94e2b1954f6591218e (diff)
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 the install path with the repository name. Task-number: QTBUG-48736 Change-Id: I233a6d60edee3378231a9419c6de49fba17bdea2 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/sensors/doc/qtsensors.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/doc/qtsensors.qdocconf b/src/sensors/doc/qtsensors.qdocconf
index 8b9b95d0..05066785 100644
--- a/src/sensors/doc/qtsensors.qdocconf
+++ b/src/sensors/doc/qtsensors.qdocconf
@@ -46,7 +46,7 @@ exampledirs += ../../../examples/sensors \
snippets/
# Specify the install path under QT_INSTALL_EXAMPLES
-examplesinstallpath = sensors
+examplesinstallpath = qtsensors/sensors
imagedirs += images