Skip to content

Commit e56ceda

Browse files
usiemsmrbean-bremen
authored andcommitted
Also enable the XML modules in QtAll project
1 parent d75864b commit e56ceda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

extensions/PythonQt_QtAll/PythonQt_QtAll.pro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ PythonQtOpengl {
118118
QT += xml
119119
}
120120

121+
PythonQtXml {
122+
DEFINES += PYTHONQT_WITH_XML
123+
Xinclude (com_trolltech_qt_xml)
124+
QT += xml
125+
}
126+
121127
PythonQtXmlpatterns {
122128
DEFINES += PYTHONQT_WITH_XMLPATTERNS
123129
Xinclude (com_trolltech_qt_xmlpatterns)

0 commit comments

Comments
 (0)