diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-11 19:00:49 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-11 19:04:16 (GMT) |
commit | 66f34c40dbc52b76434db4ccac6c43101bd57e1e (patch) | |
tree | 91275898617658cdf4e72633a9b5d621f740571e /tests/auto/qtextcodec/test | |
parent | f6aa5d8cfbec4f4ffacf20a94a1653c1a8ee2134 (diff) | |
download | Qt-66f34c40dbc52b76434db4ccac6c43101bd57e1e.zip Qt-66f34c40dbc52b76434db4ccac6c43101bd57e1e.tar.gz Qt-66f34c40dbc52b76434db4ccac6c43101bd57e1e.tar.bz2 |
Fixed qtextcodec autotest so it can be run from a build directory.
Reviewed-by: trustme
Diffstat (limited to 'tests/auto/qtextcodec/test')
-rw-r--r-- | tests/auto/qtextcodec/test/test.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qtextcodec/test/test.pro b/tests/auto/qtextcodec/test/test.pro index e52bb7a..9c07e76 100644 --- a/tests/auto/qtextcodec/test/test.pro +++ b/tests/auto/qtextcodec/test/test.pro @@ -6,7 +6,7 @@ wince*: { addFiles.path = . DEPLOYMENT += addFiles DEPLOYMENT_PLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs + DEFINES += SRCDIR=\\\"\\\" +} else { + DEFINES += SRCDIR=\\\"$$PWD/../\\\" } - - - |