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:
parent
5a4d469dcb
commit
4a561c6baf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user