diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-05-19 06:14:57 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-05-19 14:14:37 -0700 |
commit | b68b42bd2f9d995ec76a791e6cf1322590f065fe (patch) | |
tree | 7293c3fb30a26276fe04d82ce26fa765b319d010 /scripts/mac/travisbuild.sh | |
parent | 186fa6c48942cac366e86fcf2ae74c534fba4269 (diff) | |
download | subsurface-b68b42bd2f9d995ec76a791e6cf1322590f065fe.tar.gz |
Travis: build macOS test against Qt 5.12.3
The .app.zip should once again run on any Mac (ignoring the security issue of
unsigned binaries). The Qt binaries in that archive include the jpeg and png
libraries that were missing in the Qt 5.11.1 binaries we used until now.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/mac/travisbuild.sh')
-rw-r--r-- | scripts/mac/travisbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mac/travisbuild.sh b/scripts/mac/travisbuild.sh index 896f6fb1f..2ffe51d6b 100644 --- a/scripts/mac/travisbuild.sh +++ b/scripts/mac/travisbuild.sh @@ -6,7 +6,7 @@ set -e # this gets executed by Travis when building an App for Mac # it gets started from inside the subsurface directory -export QT_ROOT=${TRAVIS_BUILD_DIR}/Qt/5.11.1/clang_64 +export QT_ROOT=${TRAVIS_BUILD_DIR}/Qt/5.12.3/clang_64 export PATH=$QT_ROOT/bin:$PATH # Make sure correct qmake is found on the $PATH export CMAKE_PREFIX_PATH=$QT_ROOT/lib/cmake export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH |