summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-07-20 17:07:36 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-20 09:12:21 +0200
commite57220fa8d0527ba6684eba415f1a578852b19a3 (patch)
treefd7797784b0ff22498eca8546b933fa7ecf94b8e /tests/benchmarks
parent33f1bd964423010a3ef8000936e7be6ed6786ed4 (diff)
Remove all Symbian code from the repo.
We continue with Symbian for the Qt4 program but since Qt5 support for symbian is not implemented and if it is will likely look very different, remove this code for now. Change-Id: Iced82075e37e3685f7247a7558c298adb54e10ef Reviewed-on: http://codereview.qt.nokia.com/1863 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/matrix_properties/matrix_properties.pro8
-rw-r--r--tests/benchmarks/matrix_properties/tst_matrix_properties.cpp6
2 files changed, 1 insertions, 13 deletions
diff --git a/tests/benchmarks/matrix_properties/matrix_properties.pro b/tests/benchmarks/matrix_properties/matrix_properties.pro
index ac490f37b..d73da6d43 100644
--- a/tests/benchmarks/matrix_properties/matrix_properties.pro
+++ b/tests/benchmarks/matrix_properties/matrix_properties.pro
@@ -5,13 +5,7 @@ macx:CONFIG -= app_bundle
SOURCES += tst_matrix_properties.cpp
-symbian* {
- data.sources = data/*
- data.path = data
- DEPLOYMENT += data
-} else {
- DEFINES += SRCDIR=\\\"$$PWD\\\"
-}
+DEFINES += SRCDIR=\\\"$$PWD\\\"
diff --git a/tests/benchmarks/matrix_properties/tst_matrix_properties.cpp b/tests/benchmarks/matrix_properties/tst_matrix_properties.cpp
index fafa555af..c5635d367 100644
--- a/tests/benchmarks/matrix_properties/tst_matrix_properties.cpp
+++ b/tests/benchmarks/matrix_properties/tst_matrix_properties.cpp
@@ -43,12 +43,6 @@
#include <QDeclarativeEngine>
#include <QDeclarativeComponent>
-#ifdef Q_OS_SYMBIAN
-// In Symbian OS test data is located in applications private dir
-// Application private dir is default search path for files, so SRCDIR can be set to empty
-#define SRCDIR "."
-#endif
-
class tst_matrix_properties : public QObject
{
Q_OBJECT