From bca0ee71150e0d5505799deb17e21f27fbe97835 Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Fri, 22 Mar 2013 14:11:35 +0800 Subject: QtXml tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 Change-Id: Ifb9363fb6d397a91501fc906454e172731d4c06d Reviewed-by: Friedemann Kleint --- tests/auto/xml/dom/qdom/qdom.pro | 1 - tests/auto/xml/sax/qxml/qxml.pro | 1 - tests/auto/xml/sax/qxmlinputsource/qxmlinputsource.pro | 1 - tests/auto/xml/sax/qxmlsimplereader/parser/parser.pro | 1 - tests/auto/xml/sax/qxmlsimplereader/qxmlsimplereader.pro | 1 - 5 files changed, 5 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3