mirror of https://github.com/qt/qt3d.git
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>
This commit is contained in:
parent
f0803bbc75
commit
69a824ea64
|
|
@ -1,6 +1,6 @@
|
|||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS = \
|
||||
!wince*: SUBDIRS += \
|
||||
qcircularbuffer \
|
||||
qresourcesmanager \
|
||||
qframeallocator
|
||||
|
|
|
|||
Loading…
Reference in New Issue