From ca5ec3d6b93b1696b8a75fdc4cac8e781df4e3a0 Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Tue, 1 Dec 2020 11:33:52 +0100 Subject: 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 --- src/xml/doc/qtxml.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml/doc') 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 += .. -- cgit v1.2.3