remove redundant conditionals regarding ssl

this actually fixes the build when ssl is not enabled, as the openssl
features are in the not included network-private module.

Change-Id: Ibafae9867af493da184a45cf3981628d475d37a6
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
Oswald Buddenhagen 2016-09-30 16:46:51 +02:00
parent 5a4d469dcb
commit 4a561c6baf

View File

@ -8,7 +8,7 @@ SUBDIRS=\
qsslerror \
qsslkey \
qtConfig(ssl)|qtConfig(openssl)|qtConfig(openssl-linked) {
qtConfig(ssl) {
qtConfig(private_tests) {
SUBDIRS += \
qsslsocket \
@ -21,7 +21,7 @@ winrt: SUBDIRS -= \
qsslsocket_onDemandCertificates_member \
qsslsocket_onDemandCertificates_static \
qtConfig(ssl)|qtConfig(openssl)|qtConfig(openssl-linked) {
qtConfig(ssl) {
qtConfig(private_tests) {
SUBDIRS += qasn1element \
qssldiffiehellmanparameters