aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgview
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgview')
-rw-r--r--tests/auto/declarative/qsgview/qsgview.pro9
-rw-r--r--tests/auto/declarative/qsgview/tst_qsgview.cpp5
2 files changed, 2 insertions, 12 deletions
diff --git a/tests/auto/declarative/qsgview/qsgview.pro b/tests/auto/declarative/qsgview/qsgview.pro
index e6cb0785bb..f47eed15e0 100644
--- a/tests/auto/declarative/qsgview/qsgview.pro
+++ b/tests/auto/declarative/qsgview/qsgview.pro
@@ -4,11 +4,6 @@ macx:CONFIG -= app_bundle
SOURCES += tst_qsgview.cpp
-symbian: {
- importFiles.files = data
- importFiles.path = .
- DEPLOYMENT += importFiles
-} else {
- DEFINES += SRCDIR=\\\"$$PWD\\\"
-}
+DEFINES += SRCDIR=\\\"$$PWD\\\"
+
QT += core-private gui-private declarative-private
diff --git a/tests/auto/declarative/qsgview/tst_qsgview.cpp b/tests/auto/declarative/qsgview/tst_qsgview.cpp
index 1e2e06375b..e315d9ec2e 100644
--- a/tests/auto/declarative/qsgview/tst_qsgview.cpp
+++ b/tests/auto/declarative/qsgview/tst_qsgview.cpp
@@ -47,13 +47,8 @@
#include "../../../shared/util.h"
#include <QtGui/QWindow>
#include <QtCore/QDebug>
-#ifdef Q_OS_SYMBIAN
-// In Symbian OS test data is located in applications private dir
-#define SRCDIR "."
-#endif
class tst_QSGView : public QObject
-
{
Q_OBJECT
public: