diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-17 16:49:02 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-17 16:49:02 -0700 |
commit | 071e3f993348ba1eb9f224c7fd40aec921322189 (patch) | |
tree | a87eef8fe16fe7e7cf7a88f18311053713fe1fb1 /packaging | |
parent | 25cf741f70d93e353ea63067adbbbe3a3bbca532 (diff) | |
download | subsurface-071e3f993348ba1eb9f224c7fd40aec921322189.tar.gz |
iOS build: allow building against Qt 5.9.1 and later
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh index c0fcbe5cb..0493d65e5 100644 --- a/packaging/ios/build.sh +++ b/packaging/ios/build.sh @@ -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 |