From acbb2d44b7ce736d4c29a8c3c579b1cdf725bddd Mon Sep 17 00:00:00 2001
From: Topi Reinio <topi.reinio@digia.com>
Date: Tue, 13 Oct 2015 12:40:21 +0200
Subject: [PATCH] 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>
---
 src/imports/qtcanvas3d/doc/qtcanvas3d.qdocconf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
GitLab