mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-03 15:43:09 +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)
|
TOP=$(pwd)
|
||||||
SUBSURFACE_SOURCE=${TOP}/../../../subsurface
|
SUBSURFACE_SOURCE=${TOP}/../../../subsurface
|
||||||
IOS_QT=${TOP}/Qt
|
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?
|
# Which versions are we building against?
|
||||||
SQLITE_VERSION=3090200
|
SQLITE_VERSION=3090200
|
||||||
|
|
Loading…
Reference in a new issue