summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-14 15:25:21 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-22 10:27:44 +0000
commit78872375c2f07a176491ce4bebf26108c6604ab5 (patch)
treef73a801b37b206b5f1644c634c3949994ff1f507 /configure.json
parent92e7f15277f073cff9e59c009d9cf0f4a34103cc (diff)
unify openssl options with the d-bus ones
introduce -openssl-runtime and -openssl [no|yes|linked|runtime] for consistency with the respective dbus options. Change-Id: I061b46b52b3132ead4332b33f7a60d6fe0e73ab9 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index d2fb8b0175..9f9651924f 100644
--- a/configure.json
+++ b/configure.json
@@ -106,8 +106,9 @@
"opengl": { "type": "optionalString", "values": [ "no", "yes", "desktop", "es2" ] },
"opengles3": "boolean",
"opensource": { "type": "void", "name": "commercial", "value": "no" },
- "openssl": "boolean",
+ "openssl": { "type": "optionalString", "values": [ "no", "yes", "linked", "runtime" ] },
"openssl-linked": { "type": "void", "name": "openssl", "value": "linked" },
+ "openssl-runtime": { "type": "void", "name": "openssl", "value": "runtime" },
"optimized-qmake": { "type": "boolean", "name": "release_tools" },
"optimized-tools": { "type": "boolean", "name": "release_tools" },
"pch": { "type": "boolean", "name": "precompile_header" },