Docs: add module dependencies to configuration
Fixes various warnings when qdoc fails to link to APIs in Network,
SVG, or OpenGL modules.
Change-Id: I4b28ea746094e5d49d6129aa2914f744cda22474
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 412110bdca
)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
00fbd5026d
commit
0694ecb1dc
|
@ -33,6 +33,7 @@ tagfile = ../../../doc/qtqml/qtqml.tags
|
|||
|
||||
depends += \
|
||||
qtcore \
|
||||
qtnetwork \
|
||||
qtqmlmodels \
|
||||
qtqmlworkerscript \
|
||||
qtgui \
|
||||
|
|
|
@ -37,6 +37,7 @@ tagfile = qtquick.tags
|
|||
|
||||
depends += \
|
||||
qtcore \
|
||||
qtopengl \
|
||||
qtqml \
|
||||
qtqmlmodels \
|
||||
qtqmlxmllistmodel \
|
||||
|
@ -51,6 +52,7 @@ depends += \
|
|||
qmake \
|
||||
qtsql \
|
||||
qtshadertools \
|
||||
qtsvg \
|
||||
qmake \
|
||||
qtcmake
|
||||
|
||||
|
|
Loading…
Reference in New Issue