diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-10-02 09:14:16 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-10-02 10:07:48 (GMT) |
commit | 7f35df22d4ffab0b62e24064cbd822af62399202 (patch) | |
tree | b57ad015039bc3774fc83d404c78fd9c33c45cf8 /tests/auto/qnetworkreply/test | |
parent | 455a9526db3e7f6a3a121ed9ff41d15b4319688d (diff) | |
download | Qt-7f35df22d4ffab0b62e24064cbd822af62399202.zip Qt-7f35df22d4ffab0b62e24064cbd822af62399202.tar.gz Qt-7f35df22d4ffab0b62e24064cbd822af62399202.tar.bz2 |
Adding ssl certificates to the project
It is much better if test case is self contained, not referring
to the files in some other projects.
Alos, this makes life easire when it comes to deployement on
the embedded devices.
Reviewed-by: Peter Hartmann
Diffstat (limited to 'tests/auto/qnetworkreply/test')
-rw-r--r-- | tests/auto/qnetworkreply/test/test.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qnetworkreply/test/test.pro b/tests/auto/qnetworkreply/test/test.pro index e0df503..7bf3852 100644 --- a/tests/auto/qnetworkreply/test/test.pro +++ b/tests/auto/qnetworkreply/test/test.pro @@ -26,6 +26,10 @@ symbian:{ addFiles.path = . DEPLOYMENT += addFiles + certFiles.sources = ../certs + certFiles.path = . + DEPLOYMENT += certFiles + # Symbian toolchain does not support correct include semantics INCPATH+=..\..\..\..\include\QtNetwork\private # bigfile test case requires more heap |