summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader
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/sax/qxmlsimplereader
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/sax/qxmlsimplereader')
-rw-r--r--tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro1
-rw-r--r--tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro1
2 files changed, 0 insertions, 2 deletions
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