summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-03-07 15:01:43 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-22 09:54:19 +0000
commita7d243545e9d695d4f54883978d6066c5666987d (patch)
tree3d50677f2fde2a5c0452e22ef66916e464f3557d
parentcf1126c6b4846887f9b6074255fc444057974bc9 (diff)
downloadqt3d-a7d243545e9d695d4f54883978d6066c5666987d.tar.gz
Doc: Add tests/manual in exampledirs to fix broken links
Some of the examples were moved from the examples dir to the tests dir to reduce maintenance. After this move, however, qdoc cannot find the examples. Change-Id: Ie67d83c695504901fced4a85293ad344beafeead Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> (cherry picked from commit dee62f491a761cc860e5377746264d9e2990eca2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/doc/qt3d.qdocconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/doc/qt3d.qdocconf b/src/core/doc/qt3d.qdocconf
index 86c416d72..cddd6a8e0 100644
--- a/src/core/doc/qt3d.qdocconf
+++ b/src/core/doc/qt3d.qdocconf
@@ -76,7 +76,8 @@ sourcedirs += . \
exampledirs += ../../../examples/qt3d \
- snippets
+ snippets \
+ ../../../tests/manual
examples.fileextensions += "*.fraq *.geom *.vert"
examples.imageextensions += "*.png"