summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2014-11-06 16:11:01 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-11-12 14:01:33 +0100
commit91e53a7b9cb30e330c86c8bc460159fe14945042 (patch)
tree9592fc73779146dea81bdd6ca0b4ed2bd6a48a99 /src
parentd4fcf2ca40e635cc0f198afe6e17e88ba098835b (diff)
Xcode: Make sure QMAKE_PRE_LINK dependencies are complete for multi-arch builds
With multi-architecture builds and ONLY_ACTIVE_ARCH set to NO, Xcode will build the final target for multiple architectures at the same time, but CURRENT_ARCH will only match one of them, so we failed to set up the right dependencies for our pre-link step, causing the step to happen after linking in some cases. We now build an exhaustive dependency list based on QMAKE_XCODE_ARCHS, so that ONLY_ACTIVE_ARCH=NO can be used for release builds targeted at the App Store. Change-Id: I6702f020a6970807adc624779f6dde09be62beb9 Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions