Update MacOS builds to use Qt 5.12.1

This commit is contained in:
anatoly-os 2019-02-26 13:02:03 +02:00
parent 754e81556c
commit 3aeeee48fa
2 changed files with 6 additions and 6 deletions

View file

@ -106,10 +106,10 @@ rvm get head
# echo "Qt ${QT_LONG_VERSION} already installed"
#fi
wget -nv http://utils.musescore.org.s3.amazonaws.com/qt5120_mac.zip
wget -nv http://utils.musescore.org.s3.amazonaws.com/qt5121_mac.zip
mkdir -p $QT_MACOS
unzip -qq qt5120_mac.zip -d $QT_MACOS
rm qt5120_mac.zip
unzip -qq qt5121_mac.zip -d $QT_MACOS
rm qt5121_mac.zip
#install sparkle
export SPARKLE_VERSION=1.20.0

View file

@ -5,7 +5,7 @@ if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
exit 0
fi
wget -nv http://utils.musescore.org.s3.amazonaws.com/qt5120_mac.zip
wget -nv http://utils.musescore.org.s3.amazonaws.com/qt5121_mac.zip
mkdir -p $QT_MACOS
unzip -qq qt5120_mac.zip -d $QT_MACOS
rm qt5120_mac.zip
unzip -qq qt5121_mac.zip -d $QT_MACOS
rm qt5121_mac.zip