aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/creationtime
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/creationtime')
-rw-r--r--tests/benchmarks/creationtime/tst_creationtime.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/benchmarks/creationtime/tst_creationtime.cpp b/tests/benchmarks/creationtime/tst_creationtime.cpp
index 3b051907..4e53b7d3 100644
--- a/tests/benchmarks/creationtime/tst_creationtime.cpp
+++ b/tests/benchmarks/creationtime/tst_creationtime.cpp
@@ -110,8 +110,9 @@ void tst_CreationTime::testControls_data()
#ifndef QT_QUICK_CONTROLS_V1
QTest::newRow("TabBar") << QByteArray("TabBar");
QTest::newRow("TabButton") << QByteArray("TabButton");
-#endif
+#else
QTest::newRow("TabView") << QByteArray("TabView");
+#endif
QTest::newRow("TextArea") << QByteArray("TextArea");
QTest::newRow("TextField") << QByteArray("TextField");
QTest::newRow("ToolBar") << QByteArray("ToolBar");