summaryrefslogtreecommitdiffstats
path: root/src/gui/doc
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/gui/doc
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/gui/doc')
-rw-r--r--src/gui/doc/qtgui.qdocconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/doc/qtgui.qdocconf b/src/gui/doc/qtgui.qdocconf
index b48fc2076b..15e98ad385 100644
--- a/src/gui/doc/qtgui.qdocconf
+++ b/src/gui/doc/qtgui.qdocconf
@@ -40,7 +40,8 @@ depends += \
qmake \
qtcmake \
qttestlib \
- qtplatformintegration
+ qtplatformintegration \
+ qthelp
headerdirs += ..