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>
This commit is contained in:
Dirk Hohndel 2018-08-05 15:09:44 -07:00
parent 32a630ece3
commit 81ca29e688

View file

@ -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