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/auto/corelib/global/qflags/qflags.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/corelib/global/qflags/qflags.pro') diff --git a/tests/auto/corelib/global/qflags/qflags.pro b/tests/auto/corelib/global/qflags/qflags.pro index 3f78bc045b..b0675675fa 100644 --- a/tests/auto/corelib/global/qflags/qflags.pro +++ b/tests/auto/corelib/global/qflags/qflags.pro @@ -2,5 +2,4 @@ CONFIG += testcase parallel_test TARGET = tst_qflags QT = core testlib SOURCES = tst_qflags.cpp -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 contains(QT_CONFIG, c++11): CONFIG += c++11 c++14 -- cgit v1.2.3