aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qml.pro
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2016-08-04 23:03:23 +0200
committerRobin Burchell <robin.burchell@viroteck.net>2016-08-05 09:38:41 +0000
commitf2d174012bcaa88e90a80ec2120182ad9e6e8f48 (patch)
tree8e5f3ae297f1e54435106ea9977aa95dd9c2b907 /tests/benchmarks/qml/qml.pro
parentebf07c3f68415099132856b2831633c310bc3395 (diff)
tst_creation: Remove redundant widgets dependency
Absolutely no need for this. Change-Id: I06ca2dab157fecf2c585b9f863d9893cd4ce7300 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/benchmarks/qml/qml.pro')
-rw-r--r--tests/benchmarks/qml/qml.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/qml/qml.pro b/tests/benchmarks/qml/qml.pro
index 5d48ec0067..87779bee0a 100644
--- a/tests/benchmarks/qml/qml.pro
+++ b/tests/benchmarks/qml/qml.pro
@@ -11,9 +11,9 @@ SUBDIRS += \
qqmlmetaproperty \
librarymetrics_performance \
# script \ ### FIXME: doesn't build
- js
+ js \
+ creation
qtHaveModule(opengl): SUBDIRS += painting qquickwindow
-qtHaveModule(widgets): SUBDIRS += creation
include(../trusted-benchmarks.pri)