diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-23 08:18:29 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-25 13:18:41 -0700 |
commit | 9025a9b2b14f213e7e5de33a2ff8a5addf433ef9 (patch) | |
tree | 1f2c10e5a7fe83305b0c0abb4a6ca596b56eda35 /scripts/get-dep-lib.sh | |
parent | 999cc2d64236006b0c9a9713e7b5395d7d5b6bf3 (diff) | |
download | subsurface-9025a9b2b14f213e7e5de33a2ff8a5addf433ef9.tar.gz |
build-system/Android: update some dependency versions
Qt 5.13.2 fixes a few bugs.
We are NOT switching to Qt 5.14 as that breaks a ton of things with
Android support. At this point even with qmake it near impossible to get
working Android binaries, no one appears to have a solution for cmake.
With qt-android-cmake current master fixes the problem that held us back
at the earlier commit, so let's go back to using master.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/get-dep-lib.sh')
-rwxr-xr-x | scripts/get-dep-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index 0966d8de1..29bece843 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -17,7 +17,7 @@ CURRENT_KIRIGAMI="v5.62.0" CURRENT_BREEZE_ICONS="4daac191fb33c8c03bba8356db9767816cb8ee02" CURRENT_GRANTLEE="v5.1.0" CURRENT_MDBTOOLS="master" -CURRENT_QT_ANDROID_CMAKE="e3bd0c4930dfa154cacb71d8960474ec00ceca4f" +CURRENT_QT_ANDROID_CMAKE="master" # Checkout library from git # Ensure specified version is checked out, |