mirror of https://github.com/qt/qtdoc.git
doc: Make QtDoc depend on all modules
This update sets the depends variable in qtdoc.qdocconf to '*'. Change-Id: Ib202a7a9aa1a3990a303cfe5d19a158d1ecc1b6b Task-number: QTBUG-77126 Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
parent
2f81a81aac
commit
8c8dd0d12f
|
@ -9,73 +9,8 @@ version = $QT_VERSION
|
||||||
# Instruct Clang not to look for a module header
|
# Instruct Clang not to look for a module header
|
||||||
moduleheader =
|
moduleheader =
|
||||||
|
|
||||||
depends += \
|
# Depend on everything - load all available index files
|
||||||
activeqt \
|
depends = *
|
||||||
qtcmake \
|
|
||||||
qdoc \
|
|
||||||
qmake \
|
|
||||||
qtandroidextras \
|
|
||||||
qtassistant \
|
|
||||||
qtbluetooth \
|
|
||||||
qtconcurrent \
|
|
||||||
qtcore \
|
|
||||||
qtdbus \
|
|
||||||
qtdesigner \
|
|
||||||
qtgamepad \
|
|
||||||
qtgraphicaleffects \
|
|
||||||
qthelp \
|
|
||||||
qtimageformats \
|
|
||||||
qtgui \
|
|
||||||
qtlinguist \
|
|
||||||
qtlocation \
|
|
||||||
qtlottieanimation \
|
|
||||||
qtmacextras \
|
|
||||||
qtmultimedia \
|
|
||||||
qtnetwork \
|
|
||||||
qtnfc \
|
|
||||||
qtopengl \
|
|
||||||
qtplatformheaders \
|
|
||||||
qtpositioning \
|
|
||||||
qtprintsupport \
|
|
||||||
qtqml \
|
|
||||||
qtqmlmodels \
|
|
||||||
qtqmltest \
|
|
||||||
qtquick \
|
|
||||||
qtquickcontrols \
|
|
||||||
qtquickdialogs \
|
|
||||||
qtquickextras \
|
|
||||||
qtquicktimeline \
|
|
||||||
qtscript \
|
|
||||||
qtscripttools \
|
|
||||||
qtscxml \
|
|
||||||
qtsensors \
|
|
||||||
qtserialbus \
|
|
||||||
qtserialport \
|
|
||||||
qtsql \
|
|
||||||
qtsvg \
|
|
||||||
qttestlib \
|
|
||||||
qtuitools \
|
|
||||||
qtwebchannel \
|
|
||||||
qtwebengine \
|
|
||||||
qtwebsockets \
|
|
||||||
qtwidgets \
|
|
||||||
qtwinextras \
|
|
||||||
qtx11extras \
|
|
||||||
qtxml \
|
|
||||||
qtxmlpatterns \
|
|
||||||
qt3d \
|
|
||||||
qtwebview \
|
|
||||||
qtquickcontrols1 \
|
|
||||||
qtwaylandcompositor \
|
|
||||||
qtcharts \
|
|
||||||
qtdatavisualization \
|
|
||||||
qtpurchasing \
|
|
||||||
qtvirtualkeyboard \
|
|
||||||
qtspeech \
|
|
||||||
qtnetworkauth \
|
|
||||||
qtremoteobjects \
|
|
||||||
qtdistancefieldgenerator \
|
|
||||||
qtquick3d
|
|
||||||
|
|
||||||
headerdirs += ../src
|
headerdirs += ../src
|
||||||
imagedirs += ../src/images \
|
imagedirs += ../src/images \
|
||||||
|
|
Loading…
Reference in New Issue