aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qmltime
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/qmltime')
-rw-r--r--tests/benchmarks/declarative/qmltime/qmltime.cpp11
-rw-r--r--tests/benchmarks/declarative/qmltime/qmltime.pro7
2 files changed, 0 insertions, 18 deletions
diff --git a/tests/benchmarks/declarative/qmltime/qmltime.cpp b/tests/benchmarks/declarative/qmltime/qmltime.cpp
index d5a3c5a7c0..4e7ef3a995 100644
--- a/tests/benchmarks/declarative/qmltime/qmltime.cpp
+++ b/tests/benchmarks/declarative/qmltime/qmltime.cpp
@@ -247,11 +247,7 @@ int main(int argc, char ** argv)
}
if (filename.isEmpty())
-#ifdef Q_OS_SYMBIAN
- filename = QLatin1String("./tests/item_creation/data.qml");
-#else
usage(argv[0]);
-#endif
QDeclarativeEngine engine;
QDeclarativeComponent component(&engine, filename);
@@ -272,9 +268,6 @@ int main(int argc, char ** argv)
return -1;
}
-#ifdef Q_OS_SYMBIAN
- willParent = true;
-#endif
timer->setWillParent(willParent);
if (!timer->component()) {
@@ -282,10 +275,6 @@ int main(int argc, char ** argv)
return -1;
}
-#ifdef Q_OS_SYMBIAN
- iterations = 1024;
-#endif
-
timer->run(iterations);
return 0;
diff --git a/tests/benchmarks/declarative/qmltime/qmltime.pro b/tests/benchmarks/declarative/qmltime/qmltime.pro
index 273a60ac75..b077d1a38a 100644
--- a/tests/benchmarks/declarative/qmltime/qmltime.pro
+++ b/tests/benchmarks/declarative/qmltime/qmltime.pro
@@ -6,10 +6,3 @@ macx:CONFIG -= app_bundle
SOURCES += qmltime.cpp
-symbian {
- TARGET.CAPABILITY = "All -TCB"
- example.files = example.qml tests
- example.path = .
- DEPLOYMENT += example
-}
-