summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2019-10-22 09:46:02 +0200
committerTopi Reinio <topi.reinio@qt.io>2019-11-14 15:37:33 +0100
commit8c8dd0d12fa58fe2d6d49059d98b03e3fce7af3b (patch)
tree04ae11fb7003f6338c97540fbe788ba26e391bad
parent2f81a81aac5b6f47e3d40974912917473171597d (diff)
downloadqtdoc-8c8dd0d12fa58fe2d6d49059d98b03e3fce7af3b.tar.gz
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>
-rw-r--r--doc/config/qtdoc.qdocconf69
1 files changed, 2 insertions, 67 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index f2edc47c..2447be4e 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -9,73 +9,8 @@ version = $QT_VERSION
# Instruct Clang not to look for a module header
moduleheader =
-depends += \
- activeqt \
- 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
+# Depend on everything - load all available index files
+depends = *
headerdirs += ../src
imagedirs += ../src/images \