summaryrefslogtreecommitdiffstats
path: root/src/xml/stream/stream.pri
diff options
context:
space:
mode:
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
-}