summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-02-18 03:41:15 -0800
committerJake Petroules <jake.petroules@qt.io>2016-10-07 08:34:31 +0000
commit4c26b4863361a442ee692ede0e5ab6a798cd2f00 (patch)
tree1ed6afad8c170d7adf237c7f05369e5d38da3b6f /configure.json
parentcd26e66c2e8ddde06b5e22ef28d815ac1082a7c4 (diff)
Allow Qt for UIKit to be built as shared libraries and default to it
Instead of forcing a static build, configure now respects the -shared flag and defaults to that. [ChangeLog][Important Behavior Changes] Qt for iOS now respects the -shared configure flag, and now defaults to this configuration as with all other platforms. Task-number: QTBUG-42937 Change-Id: I9e7b2de8f7f8ba031c2610ff5ac0858e357424bd Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 9bdc50c05c..9b541a18ff 100644
--- a/configure.json
+++ b/configure.json
@@ -462,7 +462,7 @@
"features": {
"shared": {
"label": "Building shared libraries",
- "condition": "!config.uikit && !config.integrity",
+ "condition": "!config.integrity",
"output": [
"shared",
"publicFeature",