From a686be07f937e7f36088eb5bc0d5a40bee3f6117 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 3 Feb 2020 11:13:34 -0800 Subject: 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 --- scripts/get-dep-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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, -- cgit v1.2.3-70-g09d2