aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:55:20 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:51:55 +0000
commitf9ce0ad23862f023d6bd4beee6a840e892d00279 (patch)
tree48a2414ccc114c0734ebec6194fa0897ddab5377 /src
parent70422a94d9b9c387db47ddcc9204fa37a8e24807 (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: I653b608734e680932cd11a3631dbe1a184162bb3 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/winextras/doc/qtwinextras.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winextras/doc/qtwinextras.qdocconf b/src/winextras/doc/qtwinextras.qdocconf
index 27b991a..46c3e95 100644
--- a/src/winextras/doc/qtwinextras.qdocconf
+++ b/src/winextras/doc/qtwinextras.qdocconf
@@ -7,7 +7,7 @@ version = $QT_VERSION
exampledirs += ../../../examples/winextras \
snippets
-examplesinstallpath = winextras
+examplesinstallpath = qtwinextras/winextras
headerdirs = .. ../../imports/winextras
sourcedirs = .. ../../imports/winextras