summaryrefslogtreecommitdiffstats
path: root/tests/auto/qchar/qchar.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qchar/qchar.pro')
-rw-r--r--tests/auto/qchar/qchar.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/qchar/qchar.pro b/tests/auto/qchar/qchar.pro
index 0a3fcc3..a534d14 100644
--- a/tests/auto/qchar/qchar.pro
+++ b/tests/auto/qchar/qchar.pro
@@ -8,4 +8,8 @@ deploy.sources += NormalizationTest.txt
DEPLOYMENT = deploy
}
-DEFINES += SRCDIR=\\\"$$PWD/\\\"
+symbian*: {
+ DEFINES += SRCDIR=""
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}