aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/typeimports
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/typeimports')
-rw-r--r--tests/benchmarks/declarative/typeimports/tst_typeimports.cpp5
-rw-r--r--tests/benchmarks/declarative/typeimports/typeimports.pro8
2 files changed, 1 insertions, 12 deletions
diff --git a/tests/benchmarks/declarative/typeimports/tst_typeimports.cpp b/tests/benchmarks/declarative/typeimports/tst_typeimports.cpp
index 16b54b5350..caa1777d0b 100644
--- a/tests/benchmarks/declarative/typeimports/tst_typeimports.cpp
+++ b/tests/benchmarks/declarative/typeimports/tst_typeimports.cpp
@@ -44,11 +44,6 @@
#include <QDeclarativeComponent>
#include <QDebug>
-#ifdef Q_OS_SYMBIAN
-// In Symbian OS test data is located in applications private dir
-#define SRCDIR "."
-#endif
-
class tst_typeimports : public QObject
{
Q_OBJECT
diff --git a/tests/benchmarks/declarative/typeimports/typeimports.pro b/tests/benchmarks/declarative/typeimports/typeimports.pro
index 56834e6175..c18cbed773 100644
--- a/tests/benchmarks/declarative/typeimports/typeimports.pro
+++ b/tests/benchmarks/declarative/typeimports/typeimports.pro
@@ -6,10 +6,4 @@ macx:CONFIG -= app_bundle
SOURCES += tst_typeimports.cpp
-symbian {
- data.files = data
- data.path = .
- DEPLOYMENT += data
-} else {
- DEFINES += SRCDIR=\\\"$$PWD\\\"
-} \ No newline at end of file
+DEFINES += SRCDIR=\\\"$$PWD\\\"