aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/creation/creation.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/creation/creation.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/creation/creation.pro')
-rw-r--r--tests/benchmarks/qml/creation/creation.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/qml/creation/creation.pro b/tests/benchmarks/qml/creation/creation.pro
index c6f0bf7e17..8f5c2edc1d 100644
--- a/tests/benchmarks/qml/creation/creation.pro
+++ b/tests/benchmarks/qml/creation/creation.pro
@@ -1,7 +1,7 @@
CONFIG += benchmark
TEMPLATE = app
TARGET = tst_creation
-QT += core-private gui-private qml-private quick-private widgets testlib
+QT += core-private gui-private qml-private quick-private testlib
macx:CONFIG -= app_bundle
SOURCES += tst_creation.cpp