summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-05-04 14:02:05 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-05-04 14:02:05 -0700
commit8408cbe3a4545d61e3c6bacb092879e18f1171a2 (patch)
tree607c388df8c947c90bf6e70bdd577da65f410911 /packaging
parent42eee8a2e1f10a5cc7e91f96af2e08b9525db623 (diff)
downloadsubsurface-8408cbe3a4545d61e3c6bacb092879e18f1171a2.tar.gz
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>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/android/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh
index dfe489eef..2213780c3 100644
--- a/packaging/android/build.sh
+++ b/packaging/android/build.sh
@@ -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 $@