summaryrefslogtreecommitdiffstats
path: root/src/xml/stream/stream.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-08-11 15:17:40 +0200
committerQt by Nokia <qt-info@nokia.com>2011-08-11 16:21:14 +0200
commitf2b3dfd1f17952627fce9fde1264207958f87f43 (patch)
tree709de3ece52333ded455f69e341af106e2c2c402 /src/xml/stream/stream.pri
parent96d987edac0bbbb1a02382eae3389d75b655406b (diff)
QXmlStream lives in QtCore
We can finally remove the hack where a copy of QXmlStream was compiled into QtXml on some platforms. Change-Id: Ia164caa73dfb470ac86d1b4062031093b433d10c Reviewed-on: http://codereview.qt.nokia.com/2869 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Diffstat (limited to 'src/xml/stream/stream.pri')
-rw-r--r--src/xml/stream/stream.pri9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xml/stream/stream.pri b/src/xml/stream/stream.pri
deleted file mode 100644
index a5ba3a22fa..0000000000
--- a/src/xml/stream/stream.pri
+++ /dev/null
@@ -1,9 +0,0 @@
-# compatibility header:
-HEADERS += stream/qxmlstream.h
-
-!static {
- # The platforms that require the symbol to be present in QtXml:
- win32:!wince-*:SOURCES += ../corelib/xml/qxmlstream.cpp
- mac:SOURCES += ../corelib/xml/qxmlstream.cpp
- aix-*:SOURCES += ../corelib/xml/qxmlstream.cpp
-}