mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
8396b4bf01
commit
a686be07f9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue