summaryrefslogtreecommitdiffstats
path: root/src/xml/stream/stream.pri
blob: a5ba3a22faf0d607689fa2e4de4eb6191d3d2a35 (plain)
1
2
3
4
5
6
7
8
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
}