aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-05 15:09:44 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-05 15:09:44 -0700
commit81ca29e688d941cb02a350201d0ad7481b816aee (patch)
treed39f028550aee940e75bacd3f1b4ecca03832c88
parent32a630ece3b4612ef1b8a76d6cabbe8991e85025 (diff)
downloadsubsurface-81ca29e688d941cb02a350201d0ad7481b816aee.tar.gz
Android: use our fork of qt-android-cmake
This tells androiddeployqt to look at the qml modules to find all dependencies. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rwxr-xr-xpackaging/android/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh
index c036bc7ba..b39c7d9ae 100755
--- a/packaging/android/build.sh
+++ b/packaging/android/build.sh
@@ -338,9 +338,10 @@ if [ ! "$CURRENT_SHA" = "$PREVIOUS_SHA" ] || [ ! -e "$PKG_CONFIG_LIBDIR/libdivec
fi
if [ ! -e qt-android-cmake ] ; then
- git clone https://github.com/LaurentGomila/qt-android-cmake.git
+ git clone https://github.com/dirkhh/qt-android-cmake.git
else
pushd qt-android-cmake
+ git checkout QMLfix
git pull
popd
fi