summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2014-01-13 13:56:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-13 16:33:00 +0100
commitc3c3dcf87d42283250cbbddf1557c61e7c609566 (patch)
tree8ada90f02b3aeb81481f1f8b094ac555d352ba91 /configure
parent5f56af8c89845ba6d7a0a4e790b28d3a74581681 (diff)
iOS: Enable C++11
We already require iOS 5.0 for deployment. Change-Id: Idc175892297aacc904888b7f213318e5df69f975 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 8da9ad6f80..6ec17fd258 100755
--- a/configure
+++ b/configure
@@ -3357,7 +3357,6 @@ if [ "$XPLATFORM_IOS" = "yes" ]; then
CFG_PKGCONFIG="no"
CFG_NOBUILD_PARTS="$CFG_NOBUILD_PARTS examples tests"
CFG_SHARED="no" # iOS builds should be static to be able to submit to the App Store
- CFG_CXX11="no" # C++11 support disabled for now
CFG_SKIP_MODULES="$CFG_SKIP_MODULES qtconnectivity qtdoc qtlocation qtmacextras qtserialport qttools qtwebkit qtwebkit-examples"
# If the user passes -sdk on the command line we build a SDK-specific Qt build.