summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qzip
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/text/qzip')
-rw-r--r--tests/auto/gui/text/qzip/qzip.pro4
-rw-r--r--tests/auto/gui/text/qzip/tst_qzip.cpp4
2 files changed, 2 insertions, 6 deletions
diff --git a/tests/auto/gui/text/qzip/qzip.pro b/tests/auto/gui/text/qzip/qzip.pro
index 7631a3e93a..221971c560 100644
--- a/tests/auto/gui/text/qzip/qzip.pro
+++ b/tests/auto/gui/text/qzip/qzip.pro
@@ -2,11 +2,11 @@ load(qttest_p4)
QT += gui-private
SOURCES += tst_qzip.cpp
-wince*|symbian: {
+wince* {
addFiles.files = testdata
addFiles.path = .
DEPLOYMENT += addFiles
- !symbian:DEFINES += SRCDIR=\\\".\\\"
+ DEFINES += SRCDIR=\\\".\\\"
} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}
diff --git a/tests/auto/gui/text/qzip/tst_qzip.cpp b/tests/auto/gui/text/qzip/tst_qzip.cpp
index 0955ac069f..7d7f412648 100644
--- a/tests/auto/gui/text/qzip/tst_qzip.cpp
+++ b/tests/auto/gui/text/qzip/tst_qzip.cpp
@@ -44,10 +44,6 @@
#include <private/qzipwriter_p.h>
#include <private/qzipreader_p.h>
-#ifdef Q_OS_SYMBIAN
-#define SRCDIR "."
-#endif
-
class tst_QZip : public QObject
{
Q_OBJECT