mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:43:23 +00:00
Android build: we don't need the Qt translations
Only the Subsurface translation files as needed as the QML UI doesn't display any Qt internal strings. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
42eee8a2e1
commit
8408cbe3a4
1 changed files with 0 additions and 1 deletions
|
@ -371,7 +371,6 @@ sed -i -e "s/@SUBSURFACE_MOBILE_VERSION@/\"$SUBSURFACE_MOBILE_VERSION\"/;s/@BUIL
|
|||
make translations
|
||||
mkdir -p assets/translations
|
||||
cp -a translations/*.qm assets/translations
|
||||
cp -a ${QT5_ANDROID}/android_${QT_ARCH}/translations/*.qm assets/translations
|
||||
|
||||
# now build Subsurface and use the rest of the command line arguments
|
||||
make $@
|
||||
|
|
Loading…
Add table
Reference in a new issue