From aa3d08ee868c281e38ad1a476f6f3becb4c9aa34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 9 Nov 2016 12:05:56 +0100 Subject: [PATCH] iOS: Make default build static again This is a revert of the default change to -shared in 4c26b4863361, which was landed without dependent changes like https://codereview.qt-project.org/#/c/160747/ being landed first, breaking the build for people building with the default configure arguments. Change-Id: I66eba76ca681ccf9b2ee54fa16b3e08888ae2fb4 Reviewed-by: Eskil Abrahamsen Blomfeldt --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.json b/configure.json index 9b541a18ffd..9bdc50c05c4 100644 --- a/configure.json +++ b/configure.json @@ -462,7 +462,7 @@ "features": { "shared": { "label": "Building shared libraries", - "condition": "!config.integrity", + "condition": "!config.uikit && !config.integrity", "output": [ "shared", "publicFeature",