aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qmltime/qmltime.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qml/qmltime/qmltime.pro')
-rw-r--r--tests/benchmarks/qml/qmltime/qmltime.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/benchmarks/qml/qmltime/qmltime.pro b/tests/benchmarks/qml/qmltime/qmltime.pro
new file mode 100644
index 0000000000..6cc6d13b34
--- /dev/null
+++ b/tests/benchmarks/qml/qmltime/qmltime.pro
@@ -0,0 +1,8 @@
+CONFIG += testcase
+TEMPLATE = app
+TARGET = qmltime
+QT += qml widgets testlib
+macx:CONFIG -= app_bundle
+
+SOURCES += qmltime.cpp
+