iOS: Make default build static again

This is a revert of the default change to -shared in 4c26b48633,
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 <eskil.abrahamsen-blomfeldt@qt.io>
This commit is contained in:
Tor Arne Vestbø 2016-11-09 12:05:56 +01:00
parent 94b0e4c5d6
commit aa3d08ee86

View File

@ -462,7 +462,7 @@
"features": {
"shared": {
"label": "Building shared libraries",
"condition": "!config.integrity",
"condition": "!config.uikit && !config.integrity",
"output": [
"shared",
"publicFeature",