aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp')
-rw-r--r--tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp b/tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp
index 9eb88137f5..7143ff8868 100644
--- a/tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp
+++ b/tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp
@@ -49,11 +49,6 @@
#include <private/qsgrepeater_p.h>
#include <private/qsgtext_p.h>
-#ifdef Q_OS_SYMBIAN
-// In Symbian OS test data is located in applications private dir
-#define SRCDIR "."
-#endif
-
inline QUrl TEST_FILE(const QString &filename)
{
return QUrl::fromLocalFile(QLatin1String(SRCDIR) + QLatin1String("/data/") + filename);