summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2019-10-22 09:37:31 +0200
committerTopi Reinio <topi.reinio@qt.io>2020-09-29 08:53:50 +0200
commit32468c075f17e74ab04053849d7645ee9d803962 (patch)
tree60f10e1017a43fd9e063bb52f0978336ed29183e /src/corelib/doc
parentadc7e1af2a029e8540fe7b8a47d6f09581c5e6fb (diff)
doc: Make QtCore depend on all modules
Class QObject is the most widely used base class in Qt. It is inherited by a great many Qt classes.This update sets the depends variable in qtcore.qdocconf to '*' so that QDoc will load all the index files for all of Qt, when it generates the documentation for QtCore. In particular, this will ensure that the "Inherited By" list for class QObject will show all the Qt classes that inherit QObject. Pick-to: 5.15 Task-number: QTBUG-77126 Change-Id: I5f38400ccc798ec34e2ee80472f1fe9bb7b1877d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/qtcore.qdocconf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf
index 28b926b732..4a764ff61c 100644
--- a/src/corelib/doc/qtcore.qdocconf
+++ b/src/corelib/doc/qtcore.qdocconf
@@ -26,7 +26,9 @@ qhp.QtCore.subprojects.classes.sortPages = true
tagfile = ../../../doc/qtcore/qtcore.tags
-depends += activeqt qtdbus qtgui qtwidgets qtnetwork qtdoc qtmacextras qtquick qtlinguist qtdesigner qtconcurrent qtxml qmake qtwinextras qtqml qtcmake
+# Make QtCore depend on all doc modules; this ensures complete inheritance
+# information for classes
+depends = *
headerdirs += ..