summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-02-14 15:41:22 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-02-14 15:51:07 +0000
commit69a824ea64c7156a53f89a198ee0139cabbc4d51 (patch)
treef2d4a751edf5b5b5b7653e5f8fd983d4ad238467 /tests
parentf0803bbc750077d53b3dffa4763bf48f033ab0d3 (diff)
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 <sean.harmer@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/benchmarks/core/core.pro2
1 files changed, 1 insertions, 1 deletions
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