From 3f2ac678971694fe6144a4e15197aff2ca38639b Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 30 Sep 2015 17:47:36 +0200 Subject: Rename QtQuick.Controls 2.0 to Qt.labs.controls 1.0 Change-Id: I142622dd85e95ef70b11132e77ccf48701f2cabc Reviewed-by: Mitch Curtis --- tests/benchmarks/creationtime/tst_creationtime.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/benchmarks/creationtime/tst_creationtime.cpp') diff --git a/tests/benchmarks/creationtime/tst_creationtime.cpp b/tests/benchmarks/creationtime/tst_creationtime.cpp index 5d8d9b1c..32ba17ff 100644 --- a/tests/benchmarks/creationtime/tst_creationtime.cpp +++ b/tests/benchmarks/creationtime/tst_creationtime.cpp @@ -101,14 +101,14 @@ void tst_CreationTime::controls() { QFETCH(QByteArray, control); QQmlComponent component(&engine); - component.setData("import QtQuick.Controls 2.0;" + control + "{}", QUrl()); + component.setData("import Qt.labs.controls 1.0;" + control + "{}", QUrl()); doBenchmark(&component); } void tst_CreationTime::controls_data() { QTest::addColumn("control"); - addTestRows(engine.importPathList(), "QtQuick/Controls.2"); + addTestRows(engine.importPathList(), "Qt/labs/controls"); } void tst_CreationTime::calendar() -- cgit v1.2.3