From 81ca29e688d941cb02a350201d0ad7481b816aee Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 5 Aug 2018 15:09:44 -0700 Subject: 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 --- packaging/android/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packaging/android') 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 -- cgit v1.2.3-70-g09d2