summaryrefslogtreecommitdiff
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.pro23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/benchmarks/declarative/qmltime/qmltime.pro b/tests/benchmarks/declarative/qmltime/qmltime.pro
deleted file mode 100644
index 9352f3b40e..0000000000
--- a/tests/benchmarks/declarative/qmltime/qmltime.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-load(qttest_p4)
-TEMPLATE = app
-TARGET = qmltime
-QT += declarative
-macx:CONFIG -= app_bundle
-
-SOURCES += qmltime.cpp
-
-symbian* {
- TARGET.CAPABILITY = "All -TCB"
- example.sources = example.qml
- esample.path = .
- tests.sources = tests/*
- tests.path = tests
- anshors.sources = tests/anchors/*
- anchors.path = tests/anchors
- item_creation.sources = tests/item_creation/*
- item_creation.path = tests/item_creation
- positioner_creation.sources = tests/positioner_creation/*
- positioner_creation.path = tests/positioner_creation
- DEPLOYMENT += example tests anchors item_creation positioner_creation
-}
-