summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml
diff options
context:
space:
mode:
authorDebao Zhang <hello@debao.me>2013-03-22 14:11:35 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-27 03:54:48 +0100
commitbca0ee71150e0d5505799deb17e21f27fbe97835 (patch)
treeaa1bdcc4b5d26d13646fc63f6341036d119bb672 /tests/auto/xml
parentdd4220b6e65097236753c1b64af82fc53a979911 (diff)
QtXml tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
Change-Id: Ifb9363fb6d397a91501fc906454e172731d4c06d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/auto/xml')
-rw-r--r--tests/auto/xml/dom/qdom/qdom.pro1
-rw-r--r--tests/auto/xml/sax/qxml/qxml.pro1
-rw-r--r--tests/auto/xml/sax/qxmlinputsource/qxmlinputsource.pro1
-rw-r--r--tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro1
-rw-r--r--tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro1
5 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/xml/dom/qdom/qdom.pro b/tests/auto/xml/dom/qdom/qdom.pro
index 69e99aa0da..db19a8ba89 100644
--- a/tests/auto/xml/dom/qdom/qdom.pro
+++ b/tests/auto/xml/dom/qdom/qdom.pro
@@ -11,4 +11,3 @@ wince* {
}
}
TESTDATA += testdata/* doubleNamespaces.xml umlaut.xml
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
diff --git a/tests/auto/xml/sax/qxml/qxml.pro b/tests/auto/xml/sax/qxml/qxml.pro
index 1c29f92677..e5fd4eafe3 100644
--- a/tests/auto/xml/sax/qxml/qxml.pro
+++ b/tests/auto/xml/sax/qxml/qxml.pro
@@ -6,4 +6,3 @@ SOURCES += tst_qxml.cpp
QT = core xml testlib
TESTDATA += 0x010D.xml
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
diff --git a/tests/auto/xml/sax/qxmlinputsource/qxmlinputsource.pro b/tests/auto/xml/sax/qxmlinputsource/qxmlinputsource.pro
index 1fbcd7d2c8..a8bf834074 100644
--- a/tests/auto/xml/sax/qxmlinputsource/qxmlinputsource.pro
+++ b/tests/auto/xml/sax/qxmlinputsource/qxmlinputsource.pro
@@ -5,4 +5,3 @@ QT += core xml network testlib
QT -= gui
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
diff --git a/tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro b/tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro
index 053f0d9285..f801200942 100644
--- a/tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro
+++ b/tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro
@@ -2,4 +2,3 @@ QT += xml
HEADERS += parser.h
SOURCES += main.cpp parser.cpp
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
diff --git a/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro b/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
index 298e41fc89..981f506c6d 100644
--- a/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
+++ b/tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro
@@ -10,4 +10,3 @@ QT += network xml testlib
QT -= gui
TESTDATA += encodings/* xmldocs/*
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0