mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:23:23 +00:00
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:
parent
32a630ece3
commit
81ca29e688
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue