summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-ios-clang/features
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-10-17 16:46:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-18 15:36:16 +0200
commit14b7400de9bbe967a417c381b099186015013d57 (patch)
treede89b43dcfa2bf058f5eeab48c633c14d06caf7d /mkspecs/macx-ios-clang/features
parent8ccb9096b931ed613d47f82b43eefdd4ac779436 (diff)
iOS: Don't hard-code simulator and device architectures
Change-Id: Id5a370248b553b7393ec1b187bd34c0ab9f28496 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'mkspecs/macx-ios-clang/features')
-rw-r--r--mkspecs/macx-ios-clang/features/default_post.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/macx-ios-clang/features/default_post.prf b/mkspecs/macx-ios-clang/features/default_post.prf
index 0922a8e601..fa81ae406d 100644
--- a/mkspecs/macx-ios-clang/features/default_post.prf
+++ b/mkspecs/macx-ios-clang/features/default_post.prf
@@ -58,9 +58,9 @@ macx-xcode {
# Be more specific about which architecture we're targeting
equals(QT_ARCH, arm): \
- actual_archs = armv7
+ actual_archs = $$QMAKE_IOS_DEVICE_ARCHS
else: \
- actual_archs = $$QT_ARCH
+ actual_archs = $$QMAKE_IOS_SIMULATOR_ARCHS
macx-xcode {
QMAKE_XCODE_ARCHS = $$actual_archs