From 51e501fa8d11277fef35da4d81d9cdd2d9657d21 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 24 Aug 2015 11:47:18 +0200 Subject: Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API. Change-Id: I1955320e7639760b4383a53f37a506c8055933ef Reviewed-by: Liang Qi --- tests/benchmarks/corelib/thread/qmutex/qmutex.pro | 1 - tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro | 1 - tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro | 1 - 3 files changed, 3 deletions(-) (limited to 'tests/benchmarks/corelib/thread') diff --git a/tests/benchmarks/corelib/thread/qmutex/qmutex.pro b/tests/benchmarks/corelib/thread/qmutex/qmutex.pro index 9f906b433f..ec87f60919 100644 --- a/tests/benchmarks/corelib/thread/qmutex/qmutex.pro +++ b/tests/benchmarks/corelib/thread/qmutex/qmutex.pro @@ -3,4 +3,3 @@ TARGET = tst_bench_qmutex QT = core testlib SOURCES += tst_qmutex.cpp -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro b/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro index f44763c39c..95afc951bc 100644 --- a/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro +++ b/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro @@ -3,4 +3,3 @@ TARGET = tst_bench_qthreadstorage SOURCES += tst_qthreadstorage.cpp QT = core testlib -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 diff --git a/tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro b/tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro index 8adf8a732f..43c7921a93 100644 --- a/tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro +++ b/tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro @@ -2,4 +2,3 @@ TEMPLATE = app TARGET = tst_bench_qwaitcondition QT = core testlib SOURCES += tst_qwaitcondition.cpp -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 -- cgit v1.2.3