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
@ -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…
x
Reference in New Issue
Block a user