summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2016-02-11 13:30:53 +0100
committerTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2016-02-12 18:43:31 +0000
commit9daeb6fe9d35b10ed739ea0a0566533524ffd532 (patch)
tree99ac951a9279a8a1e260908ddc313b651ec826e5 /configure
parent7f48655fb83bbfe394dcc66f11b01bd634aa2388 (diff)
Generalize iOS simulator and device exclusive build
Preparation for Apple tvOS support, which shares a lot with the iOS platform. Change-Id: I543d936b9973a60139889da2a3d4948914e9c2b2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 121031e6fa..b790ceda41 100755
--- a/configure
+++ b/configure
@@ -3426,7 +3426,7 @@ if [ "$XPLATFORM_IOS" = "yes" ]; then
# Otherwise we build a joined simulator and device build, which is the default.
if [ -z "$OPT_MAC_SDK" ]; then
QT_CONFIG="$QT_CONFIG build_all"
- QTCONFIG_CONFIG="$QTCONFIG_CONFIG iphonesimulator_and_iphoneos"
+ QTCONFIG_CONFIG="$QTCONFIG_CONFIG simulator_and_device"
fi
fi