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, 9 insertions, 0 deletions
diff --git a/src/xml/stream/stream.pri b/src/xml/stream/stream.pri
new file mode 100644
index 0000000000..a5ba3a22fa
--- /dev/null
+++ b/src/xml/stream/stream.pri
@@ -0,0 +1,9 @@
+# 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
+}