From 702ec37145d04b2a81b27fec7bb2fa852899c9a0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 26 Dec 2017 12:06:12 -0800 Subject: [PATCH] Android build: make androiddeployqt less verbose Signed-off-by: Dirk Hohndel --- packaging/android/build.sh | 3 +++ 1 file changed, 3 insertions(+) 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