add missing "enable" field to openssl feature

this ensures that an explicitly requested linked/runtime support is
complained about when the test fails. the old configure would do that as
well.

Change-Id: I7f235fa7df5e5d53938de0e32b07536447b8d1d4
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Oswald Buddenhagen 2016-07-14 15:27:35 +02:00
parent 78872375c2
commit e9d822943a

View File

@ -1609,6 +1609,7 @@
}, },
"openssl": { "openssl": {
"description": "OpenSSL", "description": "OpenSSL",
"enable": "input.openssl == 'yes' || input.openssl == 'linked' || input.openssl == 'runtime'",
"condition": "!features.securetransport && tests.openssl", "condition": "!features.securetransport && tests.openssl",
"output": [ "output": [
{ "type": "publicQtConfig", "condition": "!features.openssl-linked" }, { "type": "publicQtConfig", "condition": "!features.openssl-linked" },