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:
@@ -32,7 +32,7 @@ exampledirs += ../../../examples/multimedia \
|
|||||||
snippets
|
snippets
|
||||||
|
|
||||||
# Specify example install dir under QT_INSTALL_EXAMPLES
|
# Specify example install dir under QT_INSTALL_EXAMPLES
|
||||||
examplesinstallpath = multimedia
|
examplesinstallpath = qtmultimedia/multimedia
|
||||||
|
|
||||||
headerdirs += ../..
|
headerdirs += ../..
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ exampledirs += ../../../examples/multimediawidgets \
|
|||||||
snippets
|
snippets
|
||||||
|
|
||||||
# Specify example install dir under QT_INSTALL_EXAMPLES
|
# Specify example install dir under QT_INSTALL_EXAMPLES
|
||||||
examplesinstallpath = multimediawidgets
|
examplesinstallpath = qtmultimedia/multimediawidgets
|
||||||
|
|
||||||
headerdirs += ../
|
headerdirs += ../
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user