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: Idb61addec1cc8a01c31cfa05a2424a2b4ac85a91
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
This commit is contained in:
Topi Reinio
2015-10-13 12:47:52 +02:00
committed by Topi Reiniö
parent 038e22078b
commit f24362fd2a
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ exampledirs += ../../../examples/multimedia \
snippets
# Specify example install dir under QT_INSTALL_EXAMPLES
examplesinstallpath = multimedia
examplesinstallpath = qtmultimedia/multimedia
headerdirs += ../..

View File

@@ -28,7 +28,7 @@ exampledirs += ../../../examples/multimediawidgets \
snippets
# Specify example install dir under QT_INSTALL_EXAMPLES
examplesinstallpath = multimediawidgets
examplesinstallpath = qtmultimedia/multimediawidgets
headerdirs += ../