aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@qt.io>2017-05-04 10:43:42 +0200
committerErik Verbruggen <erik.verbruggen@qt.io>2017-05-04 09:12:39 +0000
commit448104e4a09f66b62ff279d65ecc4658833e20f3 (patch)
treedb274181d3163c82e0165eb20f3b5d04a40ec40c /tests/benchmarks/qml
parent365d43a22050a4ea69e36b8d1033bf6ab3189264 (diff)
Remove outdated QJSValue benchmark
Now that the oterh QJSValue benchmark is fixed (yes, there were two benchmarks with the same name), this benchmark is superfluous. Change-Id: I39a7f9cc79dccef8aac3d4c3999a3d75e1b1aa3d Reviewed-by: Robin Burchell <robin.burchell@crimson.no>
Diffstat (limited to 'tests/benchmarks/qml')
-rw-r--r--tests/benchmarks/qml/js/qjsvalue/qjsvalue.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmarks/qml/js/qjsvalue/qjsvalue.pro b/tests/benchmarks/qml/js/qjsvalue/qjsvalue.pro
index c646613799..edfb619608 100644
--- a/tests/benchmarks/qml/js/qjsvalue/qjsvalue.pro
+++ b/tests/benchmarks/qml/js/qjsvalue/qjsvalue.pro
@@ -5,3 +5,4 @@ TARGET = tst_bench_qjsvalue
SOURCES += tst_qjsvalue.cpp
QT += qml testlib
+macos:CONFIG -= app_bundle