benchmarks: Skip compilation of (and mark with FIXME) a few benchmarks that don't build.
Change-Id: I4d2e9bf3a520636c568a6b58e311994693446c97 Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
This commit is contained in:
parent
f76d8b5e22
commit
0fa72dede0
|
@ -1,7 +1,7 @@
|
|||
TEMPLATE = subdirs
|
||||
SUBDIRS = \
|
||||
qjsengine \
|
||||
qjsvalue \
|
||||
# qjsvalue \ ### FIXME: doesn't build
|
||||
qjsvalueiterator \
|
||||
|
||||
TRUSTED_BENCHMARKS += \
|
||||
|
|
|
@ -10,7 +10,7 @@ SUBDIRS += \
|
|||
qqmlcomponent \
|
||||
qqmlimage \
|
||||
qqmlmetaproperty \
|
||||
script \
|
||||
# script \ ### FIXME: doesn't build
|
||||
qmltime \
|
||||
js \
|
||||
qquickwindow
|
||||
|
|
Loading…
Reference in New Issue