From 01e7f7ac6da8a12a4e33d97a60011ff48ed61882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 15 Jun 2025 12:14:53 +0200 Subject: [PATCH] Bump qt version to 6.8.3 --- azure-pipelines-windows-template-qt6-arm64.yml | 2 +- azure-pipelines-windows-template-qt6.yml | 2 +- azure-pipelines.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines-windows-template-qt6-arm64.yml b/azure-pipelines-windows-template-qt6-arm64.yml index bf734543..8d34cdb0 100644 --- a/azure-pipelines-windows-template-qt6-arm64.yml +++ b/azure-pipelines-windows-template-qt6-arm64.yml @@ -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' diff --git a/azure-pipelines-windows-template-qt6.yml b/azure-pipelines-windows-template-qt6.yml index 3fb51416..f51f486a 100644 --- a/azure-pipelines-windows-template-qt6.yml +++ b/azure-pipelines-windows-template-qt6.yml @@ -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' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 34d070dd..0112b4db 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'