aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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