From 96f2a2ae7d3e0f034af57faae3720f20ba45113f Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 12 Sep 2017 14:26:58 +0200 Subject: Temporarily disable the benchmarks The benchmarks crash without qtdeclarative 0167f5f. In order to be able to update qt5.git, we need to fix the Fusion style type registration. So there's a circular dependency. Disable the problematic benchmarks until qt5.git has been updated. Change-Id: Ied87c7a1ce5acb0f8674fb427c28a0b703790f28 Reviewed-by: Liang Qi Reviewed-by: Mitch Curtis --- tests/tests.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tests.pro') diff --git a/tests/tests.pro b/tests/tests.pro index e98339ef..0bf4ae1f 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,4 +1,4 @@ TEMPLATE = subdirs SUBDIRS += \ auto \ - benchmarks +# benchmarks -- cgit v1.2.3