summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2014-01-16 11:00:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-22 12:35:17 +0100
commitb2f8a70890868f344499d5c8f62454922bc0f371 (patch)
tree4e80b1e12bb472f013b83ed506dc9831727cf244 /configure
parent7ddd813b7f4a7c68047f4296247ddf7f277582b7 (diff)
iOS: Enable building of basic tests
Allows us to sanity check the iOS build in the CI. Change-Id: I16f9bfafef3988dcab6efd3155503ca0d0b4d1d8 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0d746acf0d..40126cbc36 100755
--- a/configure
+++ b/configure
@@ -3358,7 +3358,7 @@ fi
if [ "$XPLATFORM_IOS" = "yes" ]; then
CFG_RPATH="no"
CFG_PKGCONFIG="no"
- CFG_NOBUILD_PARTS="$CFG_NOBUILD_PARTS examples tests"
+ CFG_NOBUILD_PARTS="$CFG_NOBUILD_PARTS examples"
CFG_SHARED="no" # iOS builds should be static to be able to submit to the App Store
CFG_SKIP_MODULES="$CFG_SKIP_MODULES qtconnectivity qtdoc qtlocation qtmacextras qtserialport qttools qtwebkit qtwebkit-examples"