aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qml.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-03-09 11:12:22 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-03-17 13:22:44 +0000
commit1a52f28bdf6e0749461bf01bc0753806e6d77d63 (patch)
treea4765a7fddebc338bab2d00c04db008561643b0f /tests/benchmarks/qml/qml.pro
parentb4f476cf2353d1dcee1b31891a3644d97fe7f224 (diff)
Add benchmarks to the "make benchmark" targets that are known to work
The qjsengine benchmark is one exception that is omitted because it crashes currently. Change-Id: Ic93344dc864d0d6427d85faa12a2753126be808e Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
Diffstat (limited to 'tests/benchmarks/qml/qml.pro')
-rw-r--r--tests/benchmarks/qml/qml.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/benchmarks/qml/qml.pro b/tests/benchmarks/qml/qml.pro
index b80ead6072..53aa68dff3 100644
--- a/tests/benchmarks/qml/qml.pro
+++ b/tests/benchmarks/qml/qml.pro
@@ -2,7 +2,6 @@ TEMPLATE = subdirs
SUBDIRS += \
binding \
- creation \
compilation \
javascript \
holistic \
@@ -11,9 +10,9 @@ SUBDIRS += \
qqmlimage \
qqmlmetaproperty \
# script \ ### FIXME: doesn't build
- js \
- qquickwindow
+ js
-qtHaveModule(opengl): SUBDIRS += painting
+qtHaveModule(opengl): SUBDIRS += painting qquickwindow
+qtHaveModule(widgets): SUBDIRS += creation
include(../trusted-benchmarks.pri)