This is not necessary anymore since QXmlStream has been moved into QtCore.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29563
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-17 Simon Hausmann <hausmann@webkit.org>
+
+ Reviewed by Holger.
+
+ Don't link QtWebKit against libQtXml when building against Qt 4.4.
+
+ This is not necessary anymore since QXmlStream has been moved into QtCore.
+
+ * WebCore.pro:
+
2008-01-17 HÃ¥vard Wall <hwall@trolltech.com>
Reviewed by Simon Hausmann <hausmann@webkit.org>.
$$PWD/platform/image-decoders \
$$PWD/plugins
-QT += network xml
+QT += network
+lessThan(QT_MINOR_VERSION, 4): QT += xml
QMAKE_EXTRA_TARGETS += generated_files