Skip to content

Commit f35fbe3

Browse files
authored
Merge pull request #1687 from softins/mac-use-qt-5-12-10
Update Qt on Mac to 5.12.10, for better compatibility with Big Sur
2 parents 2bd1654 + 64c4e32 commit f35fbe3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

autobuild/mac/artifacts/autobuild_mac_1_prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
echo "Install dependencies..."
1010
python3 -m pip install aqtinstall
11-
python3 -m aqt install --outputdir /usr/local/opt/qt 5.9.9 mac desktop
11+
python3 -m aqt install --outputdir /usr/local/opt/qt 5.12.10 mac desktop
1212

1313
# add the qt binaries to the path
14-
export -p PATH=/usr/local/opt/qt/5.9.9/clang_64/bin:"${PATH}"
14+
export -p PATH=/usr/local/opt/qt/5.12.10/clang_64/bin:"${PATH}"
1515
echo "::set-env name=PATH::${PATH}"
1616
echo "the path is ${PATH}"
1717

autobuild/mac/codeQL/autobuild_mac_1_prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
echo "Install dependencies..."
1010
python3 -m pip install aqtinstall
11-
python3 -m aqt install --outputdir /usr/local/opt/qt 5.9.9 mac desktop
11+
python3 -m aqt install --outputdir /usr/local/opt/qt 5.12.10 mac desktop
1212

1313
# add the qt binaries to the path
14-
export -p PATH=/usr/local/opt/qt/5.9.9/clang_64/bin:"${PATH}"
14+
export -p PATH=/usr/local/opt/qt/5.12.10/clang_64/bin:"${PATH}"
1515
echo "::set-env name=PATH::${PATH}"
1616
echo "the path is ${PATH}"
1717

0 commit comments

Comments
 (0)