diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-06-10 12:25:23 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-06-10 12:25:23 (GMT) |
commit | 03b28bf56b2edd76ca55ec6e3702db7bca69e757 (patch) | |
tree | 52d451781a5fc03c73f2adf29e2f0b8fe10962c6 /tests/auto/qlocalsocket | |
parent | 3ffd60631a3716c3b38de86df3af9deca1196c76 (diff) | |
download | Qt-03b28bf56b2edd76ca55ec6e3702db7bca69e757.zip Qt-03b28bf56b2edd76ca55ec6e3702db7bca69e757.tar.gz Qt-03b28bf56b2edd76ca55ec6e3702db7bca69e757.tar.bz2 |
Fixed qlocalsocket autotest deployment
Diffstat (limited to 'tests/auto/qlocalsocket')
-rw-r--r-- | tests/auto/qlocalsocket/test/test.pro | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/tests/auto/qlocalsocket/test/test.pro b/tests/auto/qlocalsocket/test/test.pro index b3f0a69..e399a29 100644 --- a/tests/auto/qlocalsocket/test/test.pro +++ b/tests/auto/qlocalsocket/test/test.pro @@ -27,13 +27,21 @@ CONFIG(debug_and_release) { DESTDIR = .. } -wince* | symbian* { +wince* { additionalFiles.sources = ../lackey/lackey.exe additionalFiles.path = lackey +} + +symbian { + additionalFiles.sources = lackey.exe + additionalFiles.path = \sys\bin + DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x","")) +} + +wince*|symbian { scriptFiles.sources = ../lackey/scripts/*.js scriptFiles.path = lackey/scripts DEPLOYMENT = additionalFiles scriptFiles QT += script # for easy deployment of QtScript - DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x","")) -} +} |