diff options
author | jaanttil <janne.anttila@digia.com> | 2011-11-24 08:30:03 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-03 14:25:17 (GMT) |
commit | d0a32c943b9ce21de33ab19757cc5f2a994b41c7 (patch) | |
tree | 70221bab297923b0dc54c52a9f0ec0c022c441cd /tests/auto/qchar | |
parent | 71d5c2a261126e005af352f747f3730f1cb74606 (diff) | |
download | Qt-d0a32c943b9ce21de33ab19757cc5f2a994b41c7.zip Qt-d0a32c943b9ce21de33ab19757cc5f2a994b41c7.tar.gz Qt-d0a32c943b9ce21de33ab19757cc5f2a994b41c7.tar.bz2 |
Fixed qchar and qsvgrenderer autotest deployment for WinCE devices.
Change-Id: Ibac9f5878ea1ec2a7d13868e5e60f1d6e7aa3d36
Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qchar')
-rw-r--r-- | tests/auto/qchar/qchar.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qchar/qchar.pro b/tests/auto/qchar/qchar.pro index cbbde7c..ef2dc9e 100644 --- a/tests/auto/qchar/qchar.pro +++ b/tests/auto/qchar/qchar.pro @@ -8,7 +8,10 @@ deploy.files += NormalizationTest.txt DEPLOYMENT += deploy } -symbian: { + +wince*: { + DEFINES += SRCDIR=\\\"\\\" +} else:symbian: { DEFINES += SRCDIR="" } else:integrity { DEFINES += SRCDIR=\"/\" |