summaryrefslogtreecommitdiffstats
path: root/packaging/android/build.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-26 12:06:12 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-26 12:32:33 -0800
commit702ec37145d04b2a81b27fec7bb2fa852899c9a0 (patch)
treecd8374e6f4c7a8a71d16df988cb8115e17b11221 /packaging/android/build.sh
parenteb95cd02c17101980a576cf299093185c109be9a (diff)
downloadsubsurface-702ec37145d04b2a81b27fec7bb2fa852899c9a0.tar.gz
Android build: make androiddeployqt less verbose
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/android/build.sh')
-rwxr-xr-xpackaging/android/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh
index e4aab2ccc..281eb5c9a 100755
--- a/packaging/android/build.sh
+++ b/packaging/android/build.sh
@@ -345,6 +345,9 @@ else
git pull
popd
fi
+# the Qt Android cmake addon runs androiddeployqt with '--verbose' which
+# is, err, rather verbose. Let's not do that.
+sed -i -e 's/--verbose//' qt-android-cmake/AddQtAndroidApk.cmake
# Should we build the mobile ui or the desktop ui?
# doing this backwards in order not to break people's setup