summaryrefslogtreecommitdiffstats
path: root/src/xml/qt_xml.pri
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-07-10 15:24:15 -0500
committerTimothy Pearson <[email protected]>2011-07-10 15:24:15 -0500
commitbd0f3345a938b35ce6a12f6150373b0955b8dd12 (patch)
tree7a520322212d48ebcb9fbe1087e7fca28b76185c /src/xml/qt_xml.pri
downloadqt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.tar.gz
qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.zip
Add Qt3 development HEAD version
Diffstat (limited to 'src/xml/qt_xml.pri')
-rw-r--r--src/xml/qt_xml.pri10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/xml/qt_xml.pri b/src/xml/qt_xml.pri
new file mode 100644
index 0000000..4edd51e
--- /dev/null
+++ b/src/xml/qt_xml.pri
@@ -0,0 +1,10 @@
+# Qt xml module
+
+xml {
+ HEADERS += $$XML_H/qxml.h $$XML_H/qdom.h $$XML_CPP/qsvgdevice_p.h
+ SOURCES += $$XML_CPP/qxml.cpp $$XML_CPP/qdom.cpp $$XML_CPP/qsvgdevice.cpp
+ win32-borland {
+ QMAKE_CFLAGS_WARN_ON += -w-use
+ QMAKE_CXXFLAGS_WARN_ON += -w-use
+ }
+}