qt5base-lts/mkspecs/macx-ios-clang
Tor Arne Vestbø e7bda8ee10 iOS: Build libs (including Qt itself) for both simulator and device
Conceptually a Qt for iOS SDK or source build should support building
for both simulator and device, based on the same qmake binary and Qt
libraries. Qt Creator or Xcode should then be able to use the same Qt
version while still building for a single target at a time. This
applies to user libraries as well, which shouldn't require switching
to a different Qt when changing target platform from simulator to
device.

We achieve this by using Qt's exclusive_build feature, where we build
for the two targets in parallel, and then teach Xcode how to choose
the right library dynamically at build time.

Change-Id: I06d60e120d986085fb8686ced98f22f7047c4f23
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
2013-10-30 13:09:47 +01:00
..
features iOS: Build libs (including Qt itself) for both simulator and device 2013-10-30 13:09:47 +01:00
Info.plist.app Move iOS makespec out of unsupported directory 2013-09-12 12:29:33 +02:00
Info.plist.lib Move iOS makespec out of unsupported directory 2013-09-12 12:29:33 +02:00
qmake.conf iOS: Don't hard-code simulator and device architectures 2013-10-18 15:36:16 +02:00
qplatformdefs.h Move iOS makespec out of unsupported directory 2013-09-12 12:29:33 +02:00