summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-02 14:04:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-03 14:31:06 +0200
commit89ee4a50b0c6d063a9abd4d3bb71cbb6887d298b (patch)
tree2d570c9b9051a059ea817731572124ff3a436483 /configure
parent835a7bc0a01fbcfb9be686d21e7f7fc7f7ecd72f (diff)
iOS: Skip qtserialport module
This module doesn't build for iOS yet Change-Id: I625b27a39637c0b816a9136d3eabfe2c0073f108 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 886e7239dd..818af7ede2 100755
--- a/configure
+++ b/configure
@@ -2874,7 +2874,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 qtquickcontrols qtwebkit qtgraphicaleffects qtdoc qtmultimedia qtwebkit-examples qttools"
+ CFG_SKIP_MODULES="$CFG_SKIP_MODULES qtquickcontrols qtwebkit qtgraphicaleffects qtdoc qtmultimedia qtwebkit-examples qttools qtserialport"
fi
# disable GTK style support auto-detection on Mac