iOS build: allow building against Qt 5.9.1 and later

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-07-17 16:49:02 -07:00
parent 25cf741f70
commit 071e3f9933

View file

@ -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