summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:40:21 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:50:21 +0000
commitacbb2d44b7ce736d4c29a8c3c579b1cdf725bddd (patch)
tree4e9b762449a1b59b5b783c894dbe847ea6395960
parenta655e2776cbb879060e6a6865cf700a0085a1678 (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: I51119245c1799dd228ab2fd0191e6f08b81a304b Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/imports/qtcanvas3d/doc/qtcanvas3d.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/qtcanvas3d/doc/qtcanvas3d.qdocconf b/src/imports/qtcanvas3d/doc/qtcanvas3d.qdocconf
index 20533f7..be8e805 100644
--- a/src/imports/qtcanvas3d/doc/qtcanvas3d.qdocconf
+++ b/src/imports/qtcanvas3d/doc/qtcanvas3d.qdocconf
@@ -11,7 +11,7 @@ imagedirs += images
headerdirs += ..
sourcedirs += ..
-examplesinstallpath = canvas3d
+examplesinstallpath = qtcanvas3d/canvas3d
depends = qtcore qtgui qtqml qtquick qtquickcontrols qtquicklayouts qtdoc qtmultimedia