aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qml/doc/qtqml.qdocconf13
-rw-r--r--src/quick/doc/qtquick.qdocconf15
2 files changed, 26 insertions, 2 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index 23999cf597..7f530be109 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -34,7 +34,18 @@ qhp.QtQml.subprojects.qmltypes.sortPages = true
tagfile = ../../../doc/qtqml/qtqml.tags
-depends += qtcore qtqmlmodels qtqmlworkerscript qtgui qtquick qtdoc qtlinguist qtscript qtwidgets qtquickcontrols qmake qtcmake
+depends += \
+ qtcore \
+ qtqmlmodels \
+ qtqmlworkerscript \
+ qtgui \
+ qtquick \
+ qtdoc \
+ qtlinguist \
+ qtwidgets \
+ qtquickcontrols \
+ qmake \
+ qtcmake
headerdirs += .. \
../../qml
diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf
index 49a0a3e9aa..93804c6693 100644
--- a/src/quick/doc/qtquick.qdocconf
+++ b/src/quick/doc/qtquick.qdocconf
@@ -38,7 +38,20 @@ qhp.QtQuick.subprojects.examples.selectors = fake:example
tagfile = ../../../doc/qtquick/qtquick.tags
-depends += qtcore qtqml qtqmlmodels qtqmltest qtgui qtlinguist qtquickcontrols qtdoc qtplatformintegration qtquickdialogs qtwidgets qmake qtsql
+depends += \
+ qtcore \
+ qtqml \
+ qtqmlmodels \
+ qtqmltest \
+ qtgui \
+ qtlinguist \
+ qtquickcontrols \
+ qtquick3d \
+ qtdoc \
+ qtplatformintegration \
+ qtwidgets \
+ qmake \
+ qtsql
headerdirs += ..\
../../quick \