diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-08-05 15:09:44 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-05 15:09:44 -0700 |
commit | 81ca29e688d941cb02a350201d0ad7481b816aee (patch) | |
tree | d39f028550aee940e75bacd3f1b4ecca03832c88 | |
parent | 32a630ece3b4612ef1b8a76d6cabbe8991e85025 (diff) | |
download | subsurface-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-x | packaging/android/build.sh | 3 |
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 |