Skip to content

Commit

Permalink
Use newer Qt version on macOS
Browse files Browse the repository at this point in the history
Backport of musescore#17772
  • Loading branch information
cbjeukendrup authored and Jojo-Schmitz committed May 14, 2024
1 parent b391a7e commit 75bc4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ci/macos/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ installBottleManually libsndfile
installBottleManually portaudio


export QT_SHORT_VERSION=5.15.2
export QT_SHORT_VERSION=5.15.9
export QT_PATH=$HOME/Qt
export QT_MACOS=$QT_PATH/$QT_SHORT_VERSION/clang_64
export PATH=$PATH:$QT_MACOS/bin
echo "PATH=$PATH" >> $GITHUB_ENV
wget -nv -O qt5.zip https://s3.amazonaws.com/utils.musescore.org/Qt5152_mac.zip
wget -nv -O qt5.zip https://s3.amazonaws.com/utils.musescore.org/Qt5159_mac.zip
mkdir -p $QT_MACOS
unzip -qq qt5.zip -d $QT_MACOS
rm qt5.zip
Expand Down

0 comments on commit 75bc4c6

Please sign in to comment.