From 672b5b7ab668c67477d36edfcda98caafd35edc0 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 1 Aug 2012 13:19:40 +0200 Subject: Set the Qt API level to compatibility mode in all tests. Qt 5.0 beta requires changing the default to the 5.0 API, disabling the deprecated code. However, tests should test (and often do) the compatibility API too, so turn it back on. Task-number: QTBUG-25053 Change-Id: I8129c3ef3cb58541c95a32d083850d9e7f768927 Reviewed-by: Lars Knoll Reviewed-by: Olivier Goffart --- tests/benchmarks/opengl/opengl.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/benchmarks/opengl') diff --git a/tests/benchmarks/opengl/opengl.pro b/tests/benchmarks/opengl/opengl.pro index 1a81571a3f..04e75065fd 100644 --- a/tests/benchmarks/opengl/opengl.pro +++ b/tests/benchmarks/opengl/opengl.pro @@ -6,3 +6,4 @@ QT += core-private gui-private opengl opengl-private testlib SOURCES += main.cpp include(../trusted-benchmarks.pri) +DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 -- cgit v1.2.3