mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android build: make androiddeployqt less verbose
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
eb95cd02c1
commit
702ec37145
1 changed files with 3 additions and 0 deletions
|
@ -345,6 +345,9 @@ else
|
||||||
git pull
|
git pull
|
||||||
popd
|
popd
|
||||||
fi
|
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?
|
# Should we build the mobile ui or the desktop ui?
|
||||||
# doing this backwards in order not to break people's setup
|
# doing this backwards in order not to break people's setup
|
||||||
|
|
Loading…
Add table
Reference in a new issue