From 88696574d0ee8197c165b080fe2122d362295664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 31 Mar 2025 21:05:22 +0200 Subject: [PATCH] Remove comment --- azure-pipelines-windows-template-qt6-arm64.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines-windows-template-qt6-arm64.yml b/azure-pipelines-windows-template-qt6-arm64.yml index 96f11bcf..e0354ab5 100644 --- a/azure-pipelines-windows-template-qt6-arm64.yml +++ b/azure-pipelines-windows-template-qt6-arm64.yml @@ -24,9 +24,7 @@ jobs: architecture: 'x64' - script: | pip install aqtinstall - mkdir C:\Qt -# the arm64 desktop version also requires win64_msvc2022_64: You are installing the MSVC Arm64 version of Qt, which requires that the desktop version of Qt is also installed. You can install it with the following command: -# `aqt install-qt windows desktop 6.8.1 win64_msvc2022_64` + mkdir C:\Qt python -m aqt install-qt windows desktop ${{ parameters.qt_version }} win64_msvc2022_64 -O c:\Qt -m qt5compat qtmultimedia qtimageformats qtshadertools python -m aqt install-qt windows desktop ${{ parameters.qt_version }} ${{ parameters.qt_aqt_spec }} -O c:\Qt -m qt5compat qtmultimedia qtimageformats qtshadertools dir C:\Qt\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin