Add qt5compat as a dependency to qtxml documentation
QXmlSimpleReader was moved to qt5compat. In the qt6 migration guide, we would like to point to it. This patch adds qt5compat to the dependencies of QtXml documentation in order to be able to do this. Task-number: QTBUG-88533 Pick-to: 6.0 Change-Id: Ifaad595862b80d31310ed594e21168cec56133a0 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>bb10
parent
0cc9a99865
commit
ca5ec3d6b9
|
|
@ -27,7 +27,7 @@ qhp.QtXml.subprojects.classes.sortPages = true
|
|||
|
||||
tagfile = ../../../doc/qtxml/qtxml.tags
|
||||
|
||||
depends += qtcore qtnetwork qtdoc qtwidgets qmake qtcmake
|
||||
depends += qtcore qtnetwork qtdoc qtwidgets qmake qtcmake qtcore5compat
|
||||
|
||||
headerdirs += ..
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue