mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Bump qt version to 6.8.3
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
parameters:
|
||||
name: Windows_ARM64
|
||||
architecture: 'arm64'
|
||||
qt_version: '6.8.1'
|
||||
qt_version: '6.8.3'
|
||||
qt_spec: 'msvc2022_arm64'
|
||||
qt_spec_native: 'msvc2022_64' # windeployqt.exe and other tools are here
|
||||
qt_aqt_spec: 'win64_msvc2022_arm64_cross_compiled'
|
||||
|
@ -1,7 +1,7 @@
|
||||
parameters:
|
||||
name: Windows_x64
|
||||
architecture: 'x64'
|
||||
qt_version: '6.8.1'
|
||||
qt_version: '6.8.3'
|
||||
qt_spec: 'msvc2022_64'
|
||||
qt_aqt_spec: 'win64_msvc2022_64'
|
||||
vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.x64.exe'
|
||||
|
@ -155,8 +155,8 @@ jobs:
|
||||
steps:
|
||||
- script: |
|
||||
pip3 install aqtinstall
|
||||
python3 -m aqt install-qt mac desktop 6.8.1 -m qt5compat qtmultimedia qtimageformats
|
||||
echo '##vso[task.prependpath]$(Build.SourcesDirectory)/6.8.1/macos/bin'
|
||||
python3 -m aqt install-qt mac desktop 6.8.3 -m qt5compat qtmultimedia qtimageformats
|
||||
echo '##vso[task.prependpath]$(Build.SourcesDirectory)/6.8.3/macos/bin'
|
||||
brew install create-dmg
|
||||
brew install node
|
||||
brew link --overwrite node
|
||||
@ -280,7 +280,7 @@ jobs:
|
||||
parameters:
|
||||
name: Windows_x64_qt6
|
||||
architecture: 'x64'
|
||||
qt_version: '6.8.1'
|
||||
qt_version: '6.8.3'
|
||||
qt_spec: 'msvc2022_64'
|
||||
qt_aqt_spec: 'win64_msvc2022_64'
|
||||
vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.x64.exe'
|
||||
@ -295,7 +295,7 @@ jobs:
|
||||
parameters:
|
||||
name: Windows_arm64_qt6
|
||||
architecture: 'arm64'
|
||||
qt_version: '6.8.1'
|
||||
qt_version: '6.8.3'
|
||||
qt_spec: 'msvc2022_arm64'
|
||||
qt_aqt_spec: 'win64_msvc2022_arm64_cross_compiled'
|
||||
vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.arm64.exe'
|
||||
|
Reference in New Issue
Block a user