aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qmltime/qmltime.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/qmltime/qmltime.pro')
-rw-r--r--tests/benchmarks/declarative/qmltime/qmltime.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/qmltime/qmltime.pro b/tests/benchmarks/declarative/qmltime/qmltime.pro
new file mode 100644
index 0000000000..273a60ac75
--- /dev/null
+++ b/tests/benchmarks/declarative/qmltime/qmltime.pro
@@ -0,0 +1,15 @@
+load(qttest_p4)
+TEMPLATE = app
+TARGET = qmltime
+QT += declarative
+macx:CONFIG -= app_bundle
+
+SOURCES += qmltime.cpp
+
+symbian {
+ TARGET.CAPABILITY = "All -TCB"
+ example.files = example.qml tests
+ example.path = .
+ DEPLOYMENT += example
+}
+