summaryrefslogtreecommitdiffstats
path: root/src/xml/xml.pro
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-04-17 14:06:06 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2009-04-17 14:06:06 (GMT)
commitf15b8a83e2e51955776a3f07cb85ebfc342dd8ef (patch)
treec5dc684986051654898db11ce73e03b9fec8db99 /src/xml/xml.pro
downloadQt-f15b8a83e2e51955776a3f07cb85ebfc342dd8ef.zip
Qt-f15b8a83e2e51955776a3f07cb85ebfc342dd8ef.tar.gz
Qt-f15b8a83e2e51955776a3f07cb85ebfc342dd8ef.tar.bz2
Initial import of statemachine branch from the old kinetic repository
Diffstat (limited to 'src/xml/xml.pro')
-rw-r--r--src/xml/xml.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/xml/xml.pro b/src/xml/xml.pro
new file mode 100644
index 0000000..0c7133c
--- /dev/null
+++ b/src/xml/xml.pro
@@ -0,0 +1,20 @@
+TARGET = QtXml
+QPRO_PWD = $$PWD
+QT = core
+DEFINES += QT_BUILD_XML_LIB QT_NO_USING_NAMESPACE
+win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x61000000
+
+unix:QMAKE_PKGCONFIG_REQUIRES = QtCore
+
+include(../qbase.pri)
+
+PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
+
+win32-borland {
+ QMAKE_CFLAGS_WARN_ON += -w-use
+ QMAKE_CXXFLAGS_WARN_ON += -w-use
+}
+
+include(dom/dom.pri)
+include(sax/sax.pri)
+include(stream/stream.pri)