aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsggridview
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsggridview')
-rw-r--r--tests/auto/declarative/qsggridview/qsggridview.pro8
-rw-r--r--tests/auto/declarative/qsggridview/tst_qsggridview.cpp5
2 files changed, 1 insertions, 12 deletions
diff --git a/tests/auto/declarative/qsggridview/qsggridview.pro b/tests/auto/declarative/qsggridview/qsggridview.pro
index e093813484..35c4f6f526 100644
--- a/tests/auto/declarative/qsggridview/qsggridview.pro
+++ b/tests/auto/declarative/qsggridview/qsggridview.pro
@@ -4,13 +4,7 @@ macx:CONFIG -= app_bundle
SOURCES += tst_qsggridview.cpp
-symbian: {
- importFiles.files = data
- importFiles.path = .
- DEPLOYMENT += importFiles
-} else {
- DEFINES += SRCDIR=\\\"$$PWD\\\"
-}
+DEFINES += SRCDIR=\\\"$$PWD\\\"
CONFIG += parallel_test
#temporary
diff --git a/tests/auto/declarative/qsggridview/tst_qsggridview.cpp b/tests/auto/declarative/qsggridview/tst_qsggridview.cpp
index 2624a48563..6ec5378a1d 100644
--- a/tests/auto/declarative/qsggridview/tst_qsggridview.cpp
+++ b/tests/auto/declarative/qsggridview/tst_qsggridview.cpp
@@ -54,11 +54,6 @@
#include "../../../shared/util.h"
#include <QtOpenGL/QGLShaderProgram>
-#ifdef Q_OS_SYMBIAN
-// In Symbian OS test data is located in applications private dir
-#define SRCDIR "."
-#endif
-
Q_DECLARE_METATYPE(Qt::LayoutDirection)
Q_DECLARE_METATYPE(QSGGridView::Flow)