summaryrefslogtreecommitdiffstats
path: root/src/doc/qt3d.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/qt3d.qdocconf')
-rw-r--r--src/doc/qt3d.qdocconf7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/doc/qt3d.qdocconf b/src/doc/qt3d.qdocconf
index 7da047ced..f006af29b 100644
--- a/src/doc/qt3d.qdocconf
+++ b/src/doc/qt3d.qdocconf
@@ -49,7 +49,8 @@ headerdirs += . \
../input \
../extras \
../animation \
- ../quick3d/quick3dscene2d
+ ../quick3d/quick3dscene2d \
+ ../quick3d/imports/scene3d
# Exclude private header files from the documentation build
excludefiles += "*_p.h"
@@ -63,7 +64,9 @@ sourcedirs += . \
../input \
../extras \
../animation \
- ../quick3d/quick3dscene2d
+ ../quick3d/quick3dscene2d \
+ ../quick3d/imports/scene3d
+
exampledirs += ../../examples/qt3d \
snippets