aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:47:36 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:50:59 +0000
commit1243e7e8647579da7a96cc4f7fb18b3105ebe9e8 (patch)
tree2700d144d79f217405e4c098d5f8f34f6470362d /src
parent30fe82eb89e7b7f66444f5fabae9ac0954b1fecf (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: I0e1bf28912cc56fe7fabbb6b23df84f715aa3cab Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/macextras/doc/qtmacextras.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macextras/doc/qtmacextras.qdocconf b/src/macextras/doc/qtmacextras.qdocconf
index 39faeee..00b45ac 100644
--- a/src/macextras/doc/qtmacextras.qdocconf
+++ b/src/macextras/doc/qtmacextras.qdocconf
@@ -7,7 +7,7 @@ version = $QT_VERSION
exampledirs += ../../../examples/macextras \
snippets
-examplesinstallpath = macextras
+examplesinstallpath = qtmacextras/macextras
# Add a generic 'Qt Code Sample' thumbnail in Qt Creator for all examples
manifestmeta.thumbnail.names += "QtMacExtras/*"