summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-03-07 15:01:43 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-03-22 07:49:18 +0000
commitdee62f491a761cc860e5377746264d9e2990eca2 (patch)
tree64835339b68ad73cbc7b5fc2814c3605b2fe4667
parent46c4d562f2dbd9e0a41f3be4913ac39ab403da19 (diff)
downloadqt3d-dee62f491a761cc860e5377746264d9e2990eca2.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. Pick-to: 6.5 Change-Id: Ie67d83c695504901fced4a85293ad344beafeead Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
-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 0e5eb18d2..8bff347ea 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"