update to 5.15.6

This commit is contained in:
kleuter 2021-09-25 22:16:39 +02:00
parent e3fe2e5aed
commit bdf61e84b6
119 changed files with 12 additions and 9 deletions

View File

@ -23,4 +23,4 @@ makej
echo maki | sudo -S sudo make install
cd /usr/local
zip -r ~/Desktop/qt5.15.5_mac.zip Qt-5.15.5/*
zip -r ~/Desktop/qt5.15.6_mac.zip Qt-5.15.6/*

View File

@ -23,4 +23,4 @@ makej
echo maki | sudo -S sudo make install
cd /usr/local
zip -r ~/Desktop/qt5.15.5_mac_arm.zip Qt-5.15.5/*
zip -r ~/Desktop/qt5.15.6_mac_arm.zip Qt-5.15.6/*

View File

@ -7,7 +7,7 @@ export PATH=$PATH:$(pwd)/qtbase/bin
cd qtbase
./configure -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64 -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport -prefix /usr/local/Qt-5.15.5-arm
./configure -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64 -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport -prefix /usr/local/Qt-5.15.6-arm
makej
echo maki | sudo -S sudo make install
@ -23,4 +23,4 @@ makej
echo maki | sudo -S sudo make install
cd /usr/local
zip -r ~/Desktop/qt5.15.5_mac_arm.zip Qt-5.15.5-arm/*
zip -r ~/Desktop/qt5.15.6_mac_arm.zip Qt-5.15.6-arm/*

View File

@ -7,7 +7,7 @@ export PATH=$PATH:$(pwd)/qtbase/bin
cd qtbase
./configure -static -release -ltcg -optimize-size -no-pch -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport -prefix /usr/local/Qt-5.15.5-static
./configure -static -release -ltcg -optimize-size -no-pch -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport -prefix /usr/local/Qt-5.15.6-static
makej
echo maki | sudo -S sudo make install
@ -23,4 +23,4 @@ makej
echo maki | sudo -S sudo make install
cd /usr/local
zip -r ~/Desktop/qt5.15.5_mac_static.zip Qt-5.15.5-static/*
zip -r ~/Desktop/qt5.15.6_mac_static.zip Qt-5.15.6-static/*

Some files were not shown because too many files have changed in this diff Show More