From 8c8dd0d12fa58fe2d6d49059d98b03e3fce7af3b Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 22 Oct 2019 09:46:02 +0200 Subject: [PATCH] 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 --- doc/config/qtdoc.qdocconf | 69 ++------------------------------------- 1 file changed, 2 insertions(+), 67 deletions(-) diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf index f2edc47cd..2447be4e4 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 \