Commit e365993b authored by Timur Pocheptsov's avatar Timur Pocheptsov Committed by Frederik Gladhorn
Browse files

Fix configure.json for opensslv11 feature


Both the test/feature had some errors (incorrect
"use" and incomplete "condition") + remove "feature".

Task-number: QTBUG-62733
Change-Id: If4b8d2fe080d8fba961231834839afadaed0f0c5
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
Showing with 6 additions and 5 deletions
......@@ -123,10 +123,10 @@
"use": "network"
},
"openssl11": {
"label": "OpenSSL v. 1.1 support",
"label": "OpenSSL 1.1 support",
"type": "compile",
"test": "unix/openssl11",
"use": "network"
"use": "openssl"
}
},
......@@ -190,9 +190,9 @@
"output": [ "publicFeature", "feature" ]
},
"opensslv11": {
"label": "OpenSSL v. 1.1",
"condition": "tests.openssl11",
"output": ["publicFeature", "feature"]
"label": "OpenSSL 1.1",
"condition": "features.openssl && tests.openssl11",
"output": [ "publicFeature" ]
},
"sctp": {
"label": "SCTP",
......@@ -307,6 +307,7 @@ For example:
},
"openssl",
"openssl-linked",
"opensslv11",
"sctp",
"system-proxies"
]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment