summaryrefslogtreecommitdiffstats
path: root/src/corelib/xml/xml.pri
blob: 2401c09ab72a80f0cfe1bd49bc2ac2215f18c391 (plain)
1
2
3
4
5
6
7
8
9
10
# Qt xml core module

HEADERS +=    \
	xml/qxmlstream.h \
	xml/qxmlstream_p.h \
	xml/qxmlutils_p.h

SOURCES +=    \
	xml/qxmlstream.cpp \
	xml/qxmlutils.cpp