1
# compatibility header:
2
HEADERS += stream/qxmlstream.h
3
4
!static {
5
# The platforms that require the symbol to be present in QtXml:
6
win32:!wince-*:SOURCES += ../corelib/xml/qxmlstream.cpp
7
mac:SOURCES += ../corelib/xml/qxmlstream.cpp
8
aix-*:SOURCES += ../corelib/xml/qxmlstream.cpp
9
}