tests/auto/qsslkey/qsslkey.pro
changeset 30 5dc02b23752f
parent 29 b72c6db6890b
child 33 3e2da88830cd
--- a/tests/auto/qsslkey/qsslkey.pro	Wed Jun 23 19:07:03 2010 +0300
+++ b/tests/auto/qsslkey/qsslkey.pro	Tue Jul 06 15:10:48 2010 +0300
@@ -17,15 +17,12 @@
 wince*|symbian: {
    keyFiles.sources = keys
    keyFiles.path    = .
-
-   passphraseFiles.sources = rsa-without-passphrase.pem rsa-with-passphrase.pem
-   passphraseFiles.path    = .
-
-   DEPLOYMENT += keyFiles passphraseFiles
+   DEPLOYMENT += keyFiles
 }
 
 wince*: {
    DEFINES += SRCDIR=\\\".\\\"
 } else:!symbian {
    DEFINES+= SRCDIR=\\\"$$PWD\\\"
+   TARGET.CAPABILITY = NetworkServices
 }