From dd4220b6e65097236753c1b64af82fc53a979911 Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Fri, 22 Mar 2013 14:03:43 +0800 Subject: QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 Change-Id: I48c83fa0c5eccd86a5242fc8ed51ac6d7623f7f3 Reviewed-by: Friedemann Kleint --- tests/auto/gui/painting/qbrush/qbrush.pro | 1 - tests/auto/gui/painting/qcolor/qcolor.pro | 1 - tests/auto/gui/painting/qpaintengine/qpaintengine.pro | 1 - tests/auto/gui/painting/qpainterpath/qpainterpath.pro | 1 - tests/auto/gui/painting/qpainterpathstroker/qpainterpathstroker.pro | 1 - tests/auto/gui/painting/qpathclipper/qpathclipper.pro | 1 - tests/auto/gui/painting/qpen/qpen.pro | 1 - tests/auto/gui/painting/qpolygon/qpolygon.pro | 1 - tests/auto/gui/painting/qregion/qregion.pro | 1 - tests/auto/gui/painting/qtransform/qtransform.pro | 1 - tests/auto/gui/painting/qwmatrix/qwmatrix.pro | 1 - 11 files changed, 11 deletions(-) (limited to 'tests/auto/gui/painting') diff --git a/tests/auto/gui/painting/qbrush/qbrush.pro b/tests/auto/gui/painting/qbrush/qbrush.pro index 3710c4593f..526de12815 100644 --- a/tests/auto/gui/painting/qbrush/qbrush.pro +++ b/tests/auto/gui/painting/qbrush/qbrush.pro @@ -3,4 +3,3 @@ CONFIG += parallel_test TARGET = tst_qbrush QT += testlib SOURCES += tst_qbrush.cpp -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/auto/gui/painting/qcolor/qcolor.pro b/tests/auto/gui/painting/qcolor/qcolor.pro index 77e89d5cf5..f7439c243c 100644 --- a/tests/auto/gui/painting/qcolor/qcolor.pro +++ b/tests/auto/gui/painting/qcolor/qcolor.pro @@ -3,4 +3,3 @@ CONFIG += parallel_test TARGET = tst_qcolor SOURCES += tst_qcolor.cpp QT += testlib -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/auto/gui/painting/qpaintengine/qpaintengine.pro b/tests/auto/gui/painting/qpaintengine/qpaintengine.pro index 7691b5b625..1cf79af0a7 100644 --- a/tests/auto/gui/painting/qpaintengine/qpaintengine.pro +++ b/tests/auto/gui/painting/qpaintengine/qpaintengine.pro @@ -3,4 +3,3 @@ CONFIG += parallel_test TARGET = tst_qpaintengine SOURCES += tst_qpaintengine.cpp QT += testlib -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/auto/gui/painting/qpainterpath/qpainterpath.pro b/tests/auto/gui/painting/qpainterpath/qpainterpath.pro index ab41241779..0c0fe8951a 100644 --- a/tests/auto/gui/painting/qpainterpath/qpainterpath.pro +++ b/tests/auto/gui/painting/qpainterpath/qpainterpath.pro @@ -2,4 +2,3 @@ CONFIG += testcase TARGET = tst_qpainterpath SOURCES += tst_qpainterpath.cpp QT += testlib -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/auto/gui/painting/qpainterpathstroker/qpainterpathstroker.pro b/tests/auto/gui/painting/qpainterpathstroker/qpainterpathstroker.pro index bd9500ad05..8ad476b498 100644 --- a/tests/auto/gui/painting/qpainterpathstroker/qpainterpathstroker.pro +++ b/tests/auto/gui/painting/qpainterpathstroker/qpainterpathstroker.pro @@ -3,4 +3,3 @@ CONFIG += parallel_test TARGET = tst_qpainterpathstroker SOURCES += tst_qpainterpathstroker.cpp QT += testlib -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/auto/gui/painting/qpathclipper/qpathclipper.pro b/tests/auto/gui/painting/qpathclipper/qpathclipper.pro index 5be81a1cce..18f7ccef2f 100644 --- a/tests/auto/gui/painting/qpathclipper/qpathclipper.pro +++ b/tests/auto/gui/painting/qpathclipper/qpathclipper.pro @@ -9,4 +9,3 @@ QT += gui-private testlib requires(contains(QT_CONFIG,private_tests)) unix:!mac:LIBS+=-lm -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/auto/gui/painting/qpen/qpen.pro b/tests/auto/gui/painting/qpen/qpen.pro index 122aeaf843..cafec29947 100644 --- a/tests/auto/gui/painting/qpen/qpen.pro +++ b/tests/auto/gui/painting/qpen/qpen.pro @@ -3,4 +3,3 @@ CONFIG += parallel_test TARGET = tst_qpen SOURCES += tst_qpen.cpp QT += testlib -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/auto/gui/painting/qpolygon/qpolygon.pro b/tests/auto/gui/painting/qpolygon/qpolygon.pro index 874704887b..f3e75d7e9e 100644 --- a/tests/auto/gui/painting/qpolygon/qpolygon.pro +++ b/tests/auto/gui/painting/qpolygon/qpolygon.pro @@ -7,4 +7,3 @@ SOURCES += tst_qpolygon.cpp unix:!mac:LIBS+=-lm -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/auto/gui/painting/qregion/qregion.pro b/tests/auto/gui/painting/qregion/qregion.pro index 66ed81053f..01eb9dd937 100644 --- a/tests/auto/gui/painting/qregion/qregion.pro +++ b/tests/auto/gui/painting/qregion/qregion.pro @@ -8,4 +8,3 @@ SOURCES += tst_qregion.cpp -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/auto/gui/painting/qtransform/qtransform.pro b/tests/auto/gui/painting/qtransform/qtransform.pro index b3767cdd04..1b5c2a4f25 100644 --- a/tests/auto/gui/painting/qtransform/qtransform.pro +++ b/tests/auto/gui/painting/qtransform/qtransform.pro @@ -5,4 +5,3 @@ SOURCES += tst_qtransform.cpp QT += testlib unix:!mac:LIBS+=-lm -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/auto/gui/painting/qwmatrix/qwmatrix.pro b/tests/auto/gui/painting/qwmatrix/qwmatrix.pro index 39f14b10b6..e0e260555a 100644 --- a/tests/auto/gui/painting/qwmatrix/qwmatrix.pro +++ b/tests/auto/gui/painting/qwmatrix/qwmatrix.pro @@ -5,4 +5,3 @@ SOURCES += tst_qwmatrix.cpp QT += testlib unix:!mac:LIBS+=-lm -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 -- cgit v1.2.3