summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextcodec/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtextcodec/test/test.pro')
-rw-r--r--tests/auto/qtextcodec/test/test.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qtextcodec/test/test.pro b/tests/auto/qtextcodec/test/test.pro
index 7d4fdb3..7748ce4 100644
--- a/tests/auto/qtextcodec/test/test.pro
+++ b/tests/auto/qtextcodec/test/test.pro
@@ -6,7 +6,12 @@ wince*|symbian {
addFiles.path = .
DEPLOYMENT += addFiles
DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs
+}
+
+wince*: {
DEFINES += SRCDIR=\\\"\\\"
+}else:symbian {
+ # Symbian can't define SRCDIR meaningfully here
} else {
DEFINES += SRCDIR=\\\"$$PWD/../\\\"
}