mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
iOS build: allow building against Qt 5.9.1 and later
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
25cf741f70
commit
071e3f9933
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ set -e
|
|||
TOP=$(pwd)
|
||||
SUBSURFACE_SOURCE=${TOP}/../../../subsurface
|
||||
IOS_QT=${TOP}/Qt
|
||||
QT_VERSION=$(cd ${IOS_QT}; ls -d 5.?)
|
||||
QT_VERSION=$(cd ${IOS_QT}; ls -d 5.*)
|
||||
|
||||
# Which versions are we building against?
|
||||
SQLITE_VERSION=3090200
|
||||
|
|
Loading…
Reference in a new issue