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:
Dirk Hohndel 2016-05-04 14:02:05 -07:00
parent 42eee8a2e1
commit 8408cbe3a4

View file

@ -371,7 +371,6 @@ sed -i -e "s/@SUBSURFACE_MOBILE_VERSION@/\"$SUBSURFACE_MOBILE_VERSION\"/;s/@BUIL
make translations make translations
mkdir -p assets/translations mkdir -p assets/translations
cp -a translations/*.qm 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 # now build Subsurface and use the rest of the command line arguments
make $@ make $@