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>
This commit is contained in:
parent
32925d0a85
commit
73d04340ad
@ -40,7 +40,8 @@ depends += \
|
||||
qmake \
|
||||
qtcmake \
|
||||
qttestlib \
|
||||
qtplatformintegration
|
||||
qtplatformintegration \
|
||||
qthelp
|
||||
|
||||
headerdirs += ..
|
||||
|
||||
|
@ -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 += ..
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user