diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2011-03-25 17:03:59 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2011-03-25 17:10:59 (GMT) |
commit | ffab45eeec38416631a2c95148dbbedb8add2d7c (patch) | |
tree | 0c550cc43635f808efcb3c9afe310ffe5c1eeb78 /tests/auto/qnetworkreply | |
parent | 12fd077f71a8bc6f865e4e8a4ffe61d5d1b8a504 (diff) | |
download | Qt-ffab45eeec38416631a2c95148dbbedb8add2d7c.zip Qt-ffab45eeec38416631a2c95148dbbedb8add2d7c.tar.gz Qt-ffab45eeec38416631a2c95148dbbedb8add2d7c.tar.bz2 |
Fix new http multipart test case on symbian
The new test added three reference data files required by the test,
but these were not being included in the sis file.
Reviewed-by: mread
Diffstat (limited to 'tests/auto/qnetworkreply')
-rw-r--r-- | tests/auto/qnetworkreply/test/test.pro | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/tests/auto/qnetworkreply/test/test.pro b/tests/auto/qnetworkreply/test/test.pro index 80b879a..d1f6707 100644 --- a/tests/auto/qnetworkreply/test/test.pro +++ b/tests/auto/qnetworkreply/test/test.pro @@ -16,21 +16,18 @@ win32 { QT = core network RESOURCES += ../qnetworkreply.qrc -wince*: { - addFiles.files = ../empty ../rfc3252.txt ../resource - addFiles.path = . - DEPLOYMENT += addFiles -} - -symbian:{ - addFiles.files = ../empty ../rfc3252.txt ../resource ../bigfile +symbian|wince*:{ + # For cross compiled targets, reference data files need to be deployed + addFiles.files = ../empty ../rfc3252.txt ../resource ../bigfile ../*.jpg addFiles.path = . DEPLOYMENT += addFiles certFiles.files = ../certs certFiles.path = . DEPLOYMENT += certFiles +} +symbian:{ # Symbian toolchain does not support correct include semantics INCLUDEPATH+=..\\..\\..\\..\\include\\QtNetwork\\private # bigfile test case requires more heap |