summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-05-03 15:00:13 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-03 15:08:47 +0200
commite533f476239ea25edaf8fbfc6e8a76ccfd0ab330 (patch)
tree9fe1c518471306ee6fb0790ca7a18e184045e204 /src
parent47198045f8df3135498f061ae3da5a852a0a150c (diff)
Doc: Define examples install path in .qdocconf
QDoc needs to know the directory under which the examples are installed in QT_INSTALL_EXAMPLES. Without it, example manifest files may contain invalid paths. Change-Id: Iac69054982d7f93d8282a935f278ba32eae6c72e Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/sensors/doc/qtsensors.qdocconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sensors/doc/qtsensors.qdocconf b/src/sensors/doc/qtsensors.qdocconf
index 2ede8cf4..b84d3fa3 100644
--- a/src/sensors/doc/qtsensors.qdocconf
+++ b/src/sensors/doc/qtsensors.qdocconf
@@ -46,6 +46,8 @@ sourcedirs += .. \
exampledirs += ../../../examples/sensors \
snippets/
+# Specify the install path under QT_INSTALL_EXAMPLES
+examplesinstallpath = sensors
imagedirs += images