From 65855d9d68255a50d5f1336c7b9be1f079bf3cc5 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 9 Oct 2013 12:51:48 +0200 Subject: [PATCH] iOS: Skip qtmacextras module This module doesn't make much sense for iOS. Change-Id: Iadcf3006e1e2bdd97c460e836e91717856cb118c Reviewed-by: Thiago Macieira Reviewed-by: Iikka Eklund --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 83bbf725af0..dd2c01c3a4b 100755 --- a/configure +++ b/configure @@ -2882,7 +2882,7 @@ if [ "$XPLATFORM_IOS" = "yes" ]; then 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 qtgraphicaleffects qtlocation qtmultimedia qtquickcontrols qtserialport qttools qtwebkit qtwebkit-examples" + CFG_SKIP_MODULES="$CFG_SKIP_MODULES qtconnectivity qtdoc qtgraphicaleffects qtlocation qtmacextras qtmultimedia qtquickcontrols qtserialport qttools qtwebkit qtwebkit-examples" fi # disable GTK style support auto-detection on Mac