From 69a824ea64c7156a53f89a198ee0139cabbc4d51 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Sat, 14 Feb 2015 15:41:22 +0100 Subject: Skip benchmark on WinCE for now Some of them do not compile: tst_bench_qresourcesmanager.cpp(115) : error C2039: 'time' : is not a member of 'std' For now let's just skip them in wince builds. Change-Id: Id58ef24431abeb2916836e7ab5a9a05f8c8eeb01 Reviewed-by: Sean Harmer --- tests/benchmarks/core/core.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/benchmarks') diff --git a/tests/benchmarks/core/core.pro b/tests/benchmarks/core/core.pro index b1a4ccb0e..d5c6b98b3 100644 --- a/tests/benchmarks/core/core.pro +++ b/tests/benchmarks/core/core.pro @@ -1,6 +1,6 @@ TEMPLATE = subdirs -SUBDIRS = \ +!wince*: SUBDIRS += \ qcircularbuffer \ qresourcesmanager \ qframeallocator -- cgit v1.2.3