summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:20:37 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:50:16 +0000
commitd159fe199fd50845fd20b00da0962c060479fe4c (patch)
treead1d87c3e27f25e14b152f69d90bbf12fb9c453e /src/tools
parent04fe7af33fdb3c50171b769baa43195e2613a802 (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 each install path with the repository name. Task-number: QTBUG-48736 Change-Id: I6a35c94fdacaad21cd044411aba02027b9019300 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/qdoc/doc/files/qtgui.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qdoc/doc/files/qtgui.qdocconf b/src/tools/qdoc/doc/files/qtgui.qdocconf
index 855ed538c2..0b2d281081 100644
--- a/src/tools/qdoc/doc/files/qtgui.qdocconf
+++ b/src/tools/qdoc/doc/files/qtgui.qdocconf
@@ -4,7 +4,7 @@ project = QtGui
description = Qt GUI Reference Documentation
version = $QT_VERSION
-examplesinstallpath = gui
+examplesinstallpath = qtbase/gui
qhp.projects = QtGui