summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/qtwidgets.qdocconf
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2022-06-21 12:29:40 +0200
committerLuca Di Sera <luca.disera@qt.io>2022-06-22 04:49:38 +0200
commit73d04340ad130ec9efbd740823b37f1579369949 (patch)
treef032d79463f76c78dc7279dbf50d9b7b96e02df6 /src/widgets/doc/qtwidgets.qdocconf
parent32925d0a85b13d2a8032e580db544af5cdfecf8b (diff)
Doc: Add qthelp dependency to gui and widgets
The documentation for both gui and widgets defines members of the "helpsystem" group, which definition is given in qthelp. Due to recent changes in QDoc that automatically link a class page to its owning group, it is now required for those project to be dependent on qthelp, so that it is possible to retrieve the necessary linking information for the group definition. Hence, such a dependency was added. Change-Id: Id9399e76bbe10fb9ae0c05d637006b5cdc0b742b Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/widgets/doc/qtwidgets.qdocconf')
-rw-r--r--src/widgets/doc/qtwidgets.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/doc/qtwidgets.qdocconf b/src/widgets/doc/qtwidgets.qdocconf
index a67cceef69..a63a2f5f2d 100644
--- a/src/widgets/doc/qtwidgets.qdocconf
+++ b/src/widgets/doc/qtwidgets.qdocconf
@@ -26,7 +26,7 @@ qhp.QtWidgets.subprojects.classes.sortPages = true
tagfile = ../../../doc/qtwidgets/qtwidgets.tags
-depends += qtcore qtgui qtdoc qtsql qtdesigner qtquick qmake qtcmake qtsvg qtlinguist
+depends += qtcore qtgui qtdoc qtsql qtdesigner qtquick qmake qtcmake qtsvg qtlinguist qthelp
headerdirs += ..