summaryrefslogtreecommitdiffstats
path: root/src/xml/doc
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2020-12-01 11:33:52 +0100
committerAndreas Buhr <andreas@andreasbuhr.de>2020-12-02 06:01:20 +0100
commitca5ec3d6b93b1696b8a75fdc4cac8e781df4e3a0 (patch)
tree7e3bd41e7611f9dc2c1c62d28f4b18078d06f3d3 /src/xml/doc
parent0cc9a99865c4b6dfb1a212a5aba0fc5907f19b24 (diff)
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>
Diffstat (limited to 'src/xml/doc')
-rw-r--r--src/xml/doc/qtxml.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/doc/qtxml.qdocconf b/src/xml/doc/qtxml.qdocconf
index 5b00e1cab8..0890d528c3 100644
--- a/src/xml/doc/qtxml.qdocconf
+++ b/src/xml/doc/qtxml.qdocconf
@@ -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 += ..