diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-02-03 11:13:34 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-02-03 17:13:49 -0800 |
commit | a686be07f937e7f36088eb5bc0d5a40bee3f6117 (patch) | |
tree | 7a1946e7aa03fa05cefd10de6796273888c87475 | |
parent | 8396b4bf01f2d8a494b24c738acc11c813386248 (diff) | |
download | subsurface-a686be07f937e7f36088eb5bc0d5a40bee3f6117.tar.gz |
android: use non-broken version of qt-android-cmake
A recent merge upstream causes build faiilures because the
PROJECT_VERSION variiable isn't defined. I can't figure out how to make
sure that it is defined correctly, so hack around that by using the
version prior to that merge.
See https://github.com/LaurentGomila/qt-android-cmake/issues/33
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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 b0e5a6771..f0f16f41b 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="" CURRENT_GRANTLEE="v5.1.0" CURRENT_MDBTOOLS="master" -CURRENT_QT_ANDROID_CMAKE="master" +CURRENT_QT_ANDROID_CMAKE="e3bd0c4930dfa154cacb71d8960474ec00ceca4f" # Checkout library from git # Ensure specified version is checked out, |