summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2019-03-05 11:49:25 +0100
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2019-03-07 02:56:21 +0000
commitef840bef5c436a27ac69b063c548c35b00048ac5 (patch)
treee2780f1f83f0ad83c30a1d4d4195752a24c6745a /src/network
parentba3480ebc678cd50c80e60693d03f49679405d82 (diff)
SecureTransport - make 'securetransport' feature public
Given the current feature disparity, it makes sense to give our users ability to detect if they can use some feature or not in their application code, using our 'modern' QT_CONFIG(securetransport). Accordingly, use this new syntax in our own auto-tests. Change-Id: Ib33b03e7e602e9f8b0db8251377c89dbaada1049 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 2bccd35dc5..be9e35c7fe 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -270,7 +270,7 @@
"disable": "input.securetransport == 'no' || input.ssl == 'no'",
"condition": "config.darwin && (input.openssl == '' || input.openssl == 'no')",
"output": [
- "privateFeature",
+ "publicFeature",
{ "type": "define", "name": "QT_SECURETRANSPORT" }
]
},