summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-ios-clang/qmake.conf
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2014-11-04 19:41:48 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-11-13 20:00:24 +0100
commit88b2f5e8686ee7b1b7f49012c964f2ec20d6c61e (patch)
treef8c87c9c7844d3205dd62f1094a480a8a9ff76c1 /mkspecs/macx-ios-clang/qmake.conf
parenteca0668a8c76cc5ea273f614500e91de7e706541 (diff)
iOS: Allow ARCHS to be specified at build time for multi-arch builds
Building all architectures of a multi-arch build during Qt development is in most cases not needed, so we expose a way to limit the archs we build by passing ARCHS="subset of archs" to make, similar to how you can pass ARCHS to xcodebuild. If the subset doesn't match any of the valid architectures for the target, it will fall back to the default architectures, so it's safe to pass eg. ARCHS="armv7 i386" to make, even if building for both simulator and device. The variable may also be exported to the environment for more persistent limits on which architectures to build. Change-Id: I47b10bc9d743f0301efff4181d6881ae140d557f Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Diffstat (limited to 'mkspecs/macx-ios-clang/qmake.conf')
0 files changed, 0 insertions, 0 deletions