aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qmltime/qmltime.pro
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2015-01-06 19:29:08 +0100
committerRobin Burchell <robin.burchell@viroteck.net>2016-03-11 14:42:46 +0000
commit4c065b497e63832cf610cc06d67a7b40965154fb (patch)
treed339ef743be8c9bc1412cfa4560691d35381d8c1 /tests/benchmarks/qml/qmltime/qmltime.pro
parenta05f3ee00c903c5fa5965187c72dae04f960e2e4 (diff)
qmltime: Remove widgets dependency.
To do this easily while retaining the meaning of the -parent flag, we add a private export to QQuickView so that we can set the root object. Change-Id: Iabb2b998816a6fdfcc8417f679c96f04910b8202 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com> Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'tests/benchmarks/qml/qmltime/qmltime.pro')
-rw-r--r--tests/benchmarks/qml/qmltime/qmltime.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/benchmarks/qml/qmltime/qmltime.pro b/tests/benchmarks/qml/qmltime/qmltime.pro
index 4e3e9471a4..fa93e91af0 100644
--- a/tests/benchmarks/qml/qmltime/qmltime.pro
+++ b/tests/benchmarks/qml/qmltime/qmltime.pro
@@ -1,7 +1,8 @@
CONFIG += testcase
TEMPLATE = app
TARGET = qmltime
-QT += qml widgets testlib
+QT += qml testlib quick
+QT += quick-private
macx:CONFIG -= app_bundle
SOURCES += qmltime.cpp