summaryrefslogtreecommitdiff
path: root/tests/auto/qsslsocket_onDemandCertificates_static
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-03-28 19:49:12 +0100
committerShane Kearns <shane.kearns@accenture.com>2011-03-29 10:48:28 +0100
commit2c09d9c463aeff4888e7b694351d15cbb760ccdf (patch)
treeb9fc3f2e5260279b4624f35d666c38d61100b8f6 /tests/auto/qsslsocket_onDemandCertificates_static
parentda83fb86defd4e9773d56640e87da32c1e8c7f82 (diff)
downloadqt4-tools-2c09d9c463aeff4888e7b694351d15cbb760ccdf.tar.gz
Fix ssl autotest .pro files
ReadUserData needed to avoid platsec warnings accessing cert store. Removed incorrect deployment from the two new on demand tests. Reviewed-by: Markus Goetz
Diffstat (limited to 'tests/auto/qsslsocket_onDemandCertificates_static')
-rw-r--r--tests/auto/qsslsocket_onDemandCertificates_static/qsslsocket_onDemandCertificates_static.pro10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/auto/qsslsocket_onDemandCertificates_static/qsslsocket_onDemandCertificates_static.pro b/tests/auto/qsslsocket_onDemandCertificates_static/qsslsocket_onDemandCertificates_static.pro
index 13990cb24b..3452a92fe2 100644
--- a/tests/auto/qsslsocket_onDemandCertificates_static/qsslsocket_onDemandCertificates_static.pro
+++ b/tests/auto/qsslsocket_onDemandCertificates_static/qsslsocket_onDemandCertificates_static.pro
@@ -17,17 +17,9 @@ win32 {
wince* {
DEFINES += SRCDIR=\\\"./\\\"
-
- certFiles.files = certs ssl.tar.gz
- certFiles.path = .
- DEPLOYMENT += certFiles
} else:symbian {
TARGET.EPOCHEAPSIZE="0x100 0x1000000"
- TARGET.CAPABILITY=NetworkServices
-
- certFiles.files = certs ssl.tar.gz
- certFiles.path = .
- DEPLOYMENT += certFiles
+ TARGET.CAPABILITY=NetworkServices ReadUserData
INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE # Needed for e32svr.h in S^3 envs
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"