From 5188ded26930645e4856c59561225040033e3187 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 1 Aug 2012 13:56:22 +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: I432719e9520662c9dda5eaa580f0b508de4120fe Reviewed-by: Olivier Goffart --- tests/benchmarks/script/qscriptengine/qscriptengine.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/benchmarks/script/qscriptengine/qscriptengine.pro') diff --git a/tests/benchmarks/script/qscriptengine/qscriptengine.pro b/tests/benchmarks/script/qscriptengine/qscriptengine.pro index d8155f3..c8e89da 100644 --- a/tests/benchmarks/script/qscriptengine/qscriptengine.pro +++ b/tests/benchmarks/script/qscriptengine/qscriptengine.pro @@ -10,3 +10,4 @@ symbian* { TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB TARGET.EPOCSTACKSIZE = 0x14000 } +DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 -- cgit v1.2.1