diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-26 12:06:12 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-26 12:32:33 -0800 |
commit | 702ec37145d04b2a81b27fec7bb2fa852899c9a0 (patch) | |
tree | cd8374e6f4c7a8a71d16df988cb8115e17b11221 /packaging/android/build.sh | |
parent | eb95cd02c17101980a576cf299093185c109be9a (diff) | |
download | subsurface-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-x | packaging/android/build.sh | 3 |
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 |