summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qzip/qzip.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/text/qzip/qzip.pro')
-rw-r--r--tests/auto/gui/text/qzip/qzip.pro4
1 files changed, 2 insertions, 2 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\\\"
}