summaryrefslogtreecommitdiff
path: root/android-sources/build.sh
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2020-08-11 22:35:12 +0100
committerThomas Preud'homme <robotux@celest.fr>2020-08-11 22:35:12 +0100
commit3ac113857071fc1f225b2e1b42547269e568c6b7 (patch)
tree8b28dd9c44a0d3c7ab8187cd8d8f19d47591d813 /android-sources/build.sh
parent9b10c21f5cad0e2ec27d23c59e65af7141a226f3 (diff)
New upstream version 2.2.4.4
Diffstat (limited to 'android-sources/build.sh')
-rwxr-xr-xandroid-sources/build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/android-sources/build.sh b/android-sources/build.sh
new file mode 100755
index 0000000..b160c18
--- /dev/null
+++ b/android-sources/build.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+cd /home/user/src/
+mkdir ~/build && cd ~/build
+qmake -r ~/src/other-pro/ultracopier-little.pro ANDROID_EXTRA_LIBS+=$ANDROID_DEV/lib/libcrypto.so ANDROID_EXTRA_LIBS+=$ANDROID_DEV/lib/libssl.so
+make -j5
+make install INSTALL_ROOT=/home/user/build/dist/
+androiddeployqt --input android-libultracopier.so-deployment-settings.json --output dist/ --android-platform 28 --deployment bundled --gradle --release