summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/qxmlstream.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/xml/qxmlstream/qxmlstream.pro')
-rw-r--r--tests/auto/corelib/xml/qxmlstream/qxmlstream.pro11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/auto/corelib/xml/qxmlstream/qxmlstream.pro b/tests/auto/corelib/xml/qxmlstream/qxmlstream.pro
index 894801d8dc..73a282dfb1 100644
--- a/tests/auto/corelib/xml/qxmlstream/qxmlstream.pro
+++ b/tests/auto/corelib/xml/qxmlstream/qxmlstream.pro
@@ -3,12 +3,11 @@ SOURCES += tst_qxmlstream.cpp
QT = core xml network
-
-wince*|symbian: {
- addFiles.files = data XML-Test-Suite
- addFiles.path = .
- DEPLOYMENT += addFiles
- wince*:DEFINES += SRCDIR=\\\"\\\"
+wince* {
+ addFiles.files = data XML-Test-Suite
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+ wince*:DEFINES += SRCDIR=\\\"\\\"
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}