From 73d04340ad130ec9efbd740823b37f1579369949 Mon Sep 17 00:00:00 2001 From: Luca Di Sera Date: Tue, 21 Jun 2022 12:29:40 +0200 Subject: [PATCH] Doc: Add qthelp dependency to gui and widgets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ƶ Reviewed-by: Volker Hilsheimer --- src/gui/doc/qtgui.qdocconf | 3 ++- src/widgets/doc/qtwidgets.qdocconf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/doc/qtgui.qdocconf b/src/gui/doc/qtgui.qdocconf index b48fc2076b9..15e98ad3853 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 += .. diff --git a/src/widgets/doc/qtwidgets.qdocconf b/src/widgets/doc/qtwidgets.qdocconf index a67cceef695..a63a2f5f2da 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 += ..