summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:55:57 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:52:00 +0000
commitddf3cf7acf8e80b2e4c8018c1c8d6b6d297cc853 (patch)
treebf4c5fa40b8fc8c066247915dfe221df110db896
parent688b29fc5aeab0eafbb457a0fa6953856eeac928 (diff)
downloadqtxmlpatterns-ddf3cf7acf8e80b2e4c8018c1c8d6b6d297cc853.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 the install path with the repository name. Task-number: QTBUG-48736 Change-Id: Ib00fdd4029f62f9e75eddf5cf58eec8cd1c405bb Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/xmlpatterns/doc/qtxmlpatterns.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/doc/qtxmlpatterns.qdocconf b/src/xmlpatterns/doc/qtxmlpatterns.qdocconf
index d7919dc..7ffaca1 100644
--- a/src/xmlpatterns/doc/qtxmlpatterns.qdocconf
+++ b/src/xmlpatterns/doc/qtxmlpatterns.qdocconf
@@ -4,7 +4,7 @@ project = QtXmlPatterns
description = Qt XML Patterns Reference Documentation
version = $QT_VERSION
-examplesinstallpath = xmlpatterns
+examplesinstallpath = qtxmlpatterns/xmlpatterns
exampledirs += ../../../examples/xmlpatterns \
../ \