Compare commits

...

6 Commits

Author SHA1 Message Date
Axel Spoerl
d1e144e61b Harden qt_run_all.sh / ps1
Scripts were executed with 'sh', because not all provisioning scripts
were executable. That lead to path mismatches.
The script halted on errors. Manual provisioning might not always work.

Drop the 'sh', because all provisioning scripts are executable now.
Add a command line option to toggle whether to halt on errors or not.
On Windows, don't only consider ps1, but also exe, bat, cmd files.

Change-Id: Ife8b0becc91b1d855d29d20e123016ce87dc80bb
Reviewed-by: Simo Fält <simo.falt@qt.io>
(cherry picked from commit c425276693)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2026-07-20 05:55:59 +00:00
Simo Fält
36eda6481a Add nightly config for Pyside6 Axivion scan
Task-number: QTQAINFRA-5563
Change-Id: If44a576e831ae31ebd6efa4e8fe64521aa83602b
Reviewed-by: Matti Paaso <matti.paaso@qt.io>
(cherry picked from commit d4fc6f01a9)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2026-07-20 05:55:57 +00:00
Elias Toivola
c301370686 Windows 11 24h2: clean old/unused installations
Task-number: QTQAINFRA-7912
Change-Id: Idcb4ebdf6df88d9eb6fe8e6c555688fba53e4a73
Reviewed-by: Simo Fält <simo.falt@qt.io>
(cherry picked from commit 654c9c2b03)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2026-07-16 04:17:28 +00:00
Alexandru Croitor
58e5ed9147 CMake: Fix git-qt-foreach output being lost in non-tty invocations
There's a tty check in qt_internal_foreach_repo_run.
The code reads tty_exit_CODE rather than the correct tty_exit_code.

In a non-tty context (when stdout is a pipe), /usr/bin/tty prints
"not a tty" and has a non-zero exit code, leading to stdout being
redirected to a file named "not a tty" in every submodule.

Use the right name.

Pick-to: 6.11 6.8
Change-Id: I6bba544aa0e3bbe2f09925cae56f303e70643681
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
(cherry picked from commit 8e218fec47)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2026-07-16 04:17:25 +00:00
Simo Fält
a1989884a3 COIN: Add nightly config for Harmony OS developer build
Change-Id: I4793f7e6a368031848696a7fd7f81df6775e9cee
Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
Reviewed-by: Aku Pietikäinen <aku.pietikainen@qt.io>
(cherry picked from commit 444670374a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2026-07-16 04:17:21 +00:00
Elias Toivola
7e17a8b04b Remove unused Windows provisioning directories
Remove versions that are not in use in branches older than 6.12. When we
want to have pick-to's to lts-6.8 (and beyond) after this patch, they
need to have their own separate patches created.

Windows OS:es which are left:
- Windows 10 22h2 x86_64
- Windows 11 23h2 arm64
- Windows 11 24h2 x86_64

Task-number: QTQAINFRA-7912
Change-Id: I70c2df706e5ff36cee0563b59243883a7012e6b1
Reviewed-by: Simo Fält <simo.falt@qt.io>
(cherry picked from commit 42370c3e0b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2026-07-16 04:17:18 +00:00
601 changed files with 198 additions and 1780 deletions

View File

@@ -1386,7 +1386,7 @@ function(qt_internal_foreach_repo_run)
set(color_supported FALSE)
set(output_goes_where "")
if(NOT tty_exit_CODE AND tty_name)
if(NOT tty_exit_code AND tty_name)
set(color_supported TRUE)
set(output_goes_where "OUTPUT_FILE" "${tty_name}")
endif()

View File

@@ -0,0 +1,15 @@
Version: 2
Module only: True
Include: [
cmake_platforms.yaml: [
"ubuntu-24.04-x64-developer-build"
],
cmake_platforms_target_harmonyos.yaml: [
"harmonyos-23-arm64-on-linux-developer-build"
]
]
Configurations: []
Overrides:
-
Id: 'harmonyos-23-arm64-on-linux-developer-build'
-Features: ['DoNotRunTests']

View File

@@ -0,0 +1,14 @@
Version: 2
Module only: True
Include: [
cmake_platforms.yaml: [
'ubuntu-22.04'
]
]
Configurations:
-
Id: 'ubuntu-22.04-Axivion'
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
Compiler: 'GCC'
Features: ['UseConfigure', 'VMSize16', 'RunAsPlatformDependency', 'PysideAxivion']
Platform dependency: 'ubuntu-22.04'

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\disable-clean-manager.ps1"

View File

@@ -1,4 +0,0 @@
# Copyright (C) 2025 The Qt Company Ltd
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
. "$PSScriptRoot\..\common\windows\drivers_versions.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-sevenzip.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\allow-remote-desktop-access.ps1"

View File

@@ -1,9 +0,0 @@
# Windows 'Notifications & actions'
# Disable 'Get notifications from apps and other senders'
reg.exe ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications" /V ToastEnabled /T REG_dWORD /D 0 /F
# Disable 'Show me the Windows welcome experience after udpates and occasionally when I sign in to highlight what's new and suggested'
reg.exe ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-310093Enabled /T REG_dWORD /D 0 /F
# Disable 'Get tips, tricks and suggestions as you use Windows'
reg.exe ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-338389Enabled /T REG_dWORD /D 0 /F

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\disable-windows-delivery-optimization.ps1"

View File

@@ -1,5 +0,0 @@
# Copyright (C) 2025 The Qt Company Ltd
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
# QTQAINFRA-6761
. "$PSScriptRoot\..\common\windows\disable-windows-mdns.ps1"

View File

@@ -1,7 +0,0 @@
# Disable Connected User Experiences and Telemetry service
# The Connected User Experiences and Telemetry service enables features that support in-application and connected user experiences.
# Additionally, this service manages the event driven collection and transmission of diagnostic and usage information
# (used to improve the experience and quality of the Windows Platform) when the diagnostics and usage privacy option settings are enabled under Feedback and Diagnostics.
reg.exe ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Data Collection" /V AllowTelemetry /T REG_dWORD /D 0 /F
stop-service diagtrack
set-service diagtrack -startuptype disabled

View File

@@ -1,2 +0,0 @@
# Allow SMB client guest logons to SMB server.
reg.exe ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /V AllowInsecureGuestAuth /T REG_dWORD /D 1 /F

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install_telegraf.ps1"

View File

@@ -1,2 +0,0 @@
. "$PSScriptRoot\..\common\windows\change-language-settings.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\disable-autoreboot.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\win10-enable-devmode.ps1"

View File

@@ -1,13 +0,0 @@
# Copyright (C) 2017 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
# Visual Studios are pre-provisioned to tier1 images
# MSVC 2015 Update 3
Write-Output "Visual Studio 2015 = Version 14.0.25421.3 Update 3" >> ~\versions.txt
# MSVC 2017
Write-Output "Visual Studio 2017 = Version 15.1 (26403.7)" >> ~\versions.txt
# MSVC 2017 Build Tools
Write-Output "Visual Studio 2017 Build Tools = Version 15.1 (26403.7)" >> ~\versions.txt

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\wsearch-off.ps1"

View File

@@ -1,2 +0,0 @@
. "$PSScriptRoot\..\common\windows\longpath.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\mesa_llvmpipe.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\ninja.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-git.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-jdk.ps1"

View File

@@ -1,8 +0,0 @@
# Parameters:
# - Arch 32/64
# - installer sha1
# - install target dir
# - version
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "cd9744b142eca832f9534390676e6cfb84bf655d" "C:\Python36" "3.6.2" $true

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-dependencywalker.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-openssh.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-ruby.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-strawberry-perl.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\openssl.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\postgresql.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\vulkansdk.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\conan.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-sccache.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\mqtt_broker.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\winrtrunner.ps1"

View File

@@ -1,2 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-gnuwin32.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\jom.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\cmake.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\win10sdk.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\disable-quickedit.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\exceutequeueditems.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\libusb.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\mysql.ps1"

View File

@@ -1,14 +0,0 @@
# Copyright (C) 2017 The Qt Company Ltd.
# Copyright (C) 2017 Pelagicore AG
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
. "$PSScriptRoot\..\common\windows\helpers.ps1"
# Signing tools are needed to sign offline installers when releasing
$url = "http://ci-files01-hki.ci.qt.io/input/semisecure/sign/sign.zip"
$destination = "C:\Windows\temp\sign.zip"
Download $url $url $destination
Extract-7Zip "$destination" "C:\Utils"
Remove "$destination"

View File

@@ -1,3 +0,0 @@
. "$PSScriptRoot\..\common\windows\vclibs_debug.ps1"
Install-VCLibsDebug X86

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\share-test-folders.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\version.ps1"

View File

@@ -1,29 +0,0 @@
[requires]
icu/65.1@qtproject/stable
libxml2/2.9.10@qtproject/stable
libxslt/1.1.34@qtproject/stable
libjpeg-turbo/2.0.5@qtproject/stable
[generators]
cmake
txt
[options]
icu:shared=True
icu:data_packaging=library
libxml2:shared=True
libxml2:iconv=False
libxml2:icu=True
libxml2:zlib=False
libxslt:shared=True
libjpeg-turbo:shared=False
[imports]
bin, icudt65.dll -> ./bin
bin, icuin65.dll -> ./bin
bin, icuuc65.dll -> ./bin
bin, libxml2.dll -> ./bin
bin, libxslt.dll -> ./bin

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\certificate-updates.ps1"

View File

@@ -1,4 +0,0 @@
# Copyright (C) 2025 The Qt Company Ltd
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
. "$PSScriptRoot\..\common\windows\drivers_versions.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-sevenzip.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\allow-remote-desktop-access.ps1"

View File

@@ -1,28 +0,0 @@
$x_value = "1280"
$y_value = "800"
Function ChangeResolution {
Param (
[string]$driver
)
$path = "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Configuration"
reg.exe ADD "$path\$driver\00\" /V PrimSurfSize.cx /T REG_dWORD /D $x_value /F
reg.exe ADD "$path\$driver\00\" /V PrimSurfSize.cy /T REG_dWORD /D $y_value /F
reg.exe ADD "$path\$driver\00\00" /V DwmClipBox.bottom /T REG_dWORD /D $y_value /F
reg.exe ADD "$path\$driver\00\00" /V DwmClipBox.right /T REG_dWORD /D $x_value /F
reg.exe ADD "$path\$driver\00\00" /V PrimSurfSize.cx /T REG_dWORD /D $x_value /F
reg.exe ADD "$path\$driver\00\00" /V PrimSurfSize.cy /T REG_dWORD /D $y_value /F
reg.exe ADD "$path\$driver\00\00" /V ActiveSize.cy /T REG_dWORD /D $y_value /F
reg.exe ADD "$path\$driver\00\00" /V ActiveSize.cx /T REG_dWORD /D $x_value /F
}
Write-Host "Changing the resolution to ${x_value}x${y_value}"
ChangeResolution "MSBDD_NOEDID_1234_1111_00000000_00020000_0^E3701873EC28AFCFF631E725354CDC2D"
ChangeResolution "MSBDD_NOEDID_15AD_0405_00000000_000F0000_0^C13AE38966E73205F75BFACA84EB83A5"
ChangeResolution "MSBDD_RHT12340_2A_07DE_3A_1234_1111_00000000_00020000_0^EC6E4468E7627A114F1F86EA72F3C134"
ChangeResolution "MSBDD_RHT12340_2A_07DE_3D_1234_1111_00000000_00010000_0^4189234F4C5A30C0FE2E08AED7E5F516"
ChangeResolution "MSBDD_RHT12340_2A_07DE_3D_1234_1111_00000000_00020000_0^0E45B5CD7061674FC90A8064A6FE81F4"
ChangeResolution "MSNILNOEDID_1414_008D_FFFFFFFF_FFFFFFFF_0^030B4FCE00727AC1593E5B6FD18648D6"

View File

@@ -1,9 +0,0 @@
# Windows 'Notifications & actions'
# Disable 'Get notifications from apps and other senders'
reg.exe ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications" /V ToastEnabled /T REG_dWORD /D 0 /F
# Disable 'Show me the Windows welcome experience after udpates and occasionally when I sign in to highlight what's new and suggested'
reg.exe ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-310093Enabled /T REG_dWORD /D 0 /F
# Disable 'Get tips, tricks and suggestions as you use Windows'
reg.exe ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-338389Enabled /T REG_dWORD /D 0 /F

View File

@@ -1,4 +0,0 @@
# Disable RunTime Broker
# The RunTime Broker is a Windows system process, which helps to manage app permissions on your pc between Windows apps and ensures apps are behaving themselves.
# Coordinates execution of background work for WinRT application. If this service is stopped or disabled, then background work might not be triggered.
reg.exe ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TimeBrokerSvc" /V Start /T REG_dWORD /D 4 /F

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\disable-windows-delivery-optimization.ps1"

View File

@@ -1,5 +0,0 @@
# Copyright (C) 2025 The Qt Company Ltd
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
# QTQAINFRA-6761
. "$PSScriptRoot\..\common\windows\disable-windows-mdns.ps1"

View File

@@ -1,7 +0,0 @@
# Disable Connected User Experiences and Telemetry service
# The Connected User Experiences and Telemetry service enables features that support in-application and connected user experiences.
# Additionally, this service manages the event driven collection and transmission of diagnostic and usage information
# (used to improve the experience and quality of the Windows Platform) when the diagnostics and usage privacy option settings are enabled under Feedback and Diagnostics.
reg.exe ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Data Collection" /V AllowTelemetry /T REG_dWORD /D 0 /F
stop-service diagtrack
set-service diagtrack -startuptype disabled

View File

@@ -1,2 +0,0 @@
# Allow SMB client guest logons to SMB server.
reg.exe ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /V AllowInsecureGuestAuth /T REG_dWORD /D 1 /F

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install_telegraf.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\set-proxy.ps1"

View File

@@ -1,2 +0,0 @@
. "$PSScriptRoot\..\common\windows\change-language-settings.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\disable-autoreboot.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\disable-sleep.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\nodejs.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\msys.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\win10-enable-devmode.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\wsearch-off.ps1"

View File

@@ -1,2 +0,0 @@
. "$PSScriptRoot\..\common\windows\longpath.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\mesa_llvmpipe.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\ninja.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-git.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-jdk.ps1"

View File

@@ -1,2 +0,0 @@
. "$PSScriptRoot\..\common\windows\libclang-dyn.ps1" 64 vs2019
. "$PSScriptRoot\..\common\windows\libclang-dyn.ps1" 32 vs2019

View File

@@ -1,3 +0,0 @@
# Do not set the default LLVM_INSTALL_DIR for mingw, leave it with msvc for compat
. "$PSScriptRoot\..\common\windows\libclang.ps1" 64 mingw $False
. "$PSScriptRoot\..\common\windows\libclang.ps1" 64 vs2019

View File

@@ -1,14 +0,0 @@
# Parameters:
# - Arch 32/64
# - installer sha1
# - install target dir
# - version
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "3ee4e92a8ef94c70fb56859503fdc805d217d689" "C:\Python310_64" "3.10.0"
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "a8ac14ee5486547caf84abdf151be22d9d069c0a" "C:\Python38_64" "3.8.1"
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "14ff2c2e5538b03a012cb4c9d519d970444ebd42" "C:\Python38_32" "3.8.1"
# default ones
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "bcf9bda733a9153811209c62d628c41ab6cedbe2" "C:\Python36" "3.6.2" $true
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "cd9744b142eca832f9534390676e6cfb84bf655d" "C:\Python36_32" "3.6.2" $true

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-dependencywalker.ps1"

View File

@@ -1,11 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"
# This script will install 64-bit MinGW 11.2.0
# Note! MinGW version is 9.0.0 but the GCC version is 11.2 which is used with the naming of MinGW
$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev3"
$sha1 = "50174112ceca6f9fe42debbedda54ce6e9187302"
InstallMinGW $release $sha1

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-openssh.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-ruby.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-sed.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-strawberry-perl.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\openssl-arm64.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\openssl.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\set-network-test-server.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\vulkansdk.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\dxsdk.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-msys2.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\conan.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-sccache.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\mqtt_broker.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\winrtrunner.ps1"

View File

@@ -1,19 +0,0 @@
# Copyright (C) 2021 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
. "$PSScriptRoot\..\common\windows\helpers.ps1"
# This script installs LLVM-Mingw by mstorsjo
$zip = Get-DownloadLocation "llvm-mingw-20220906-ucrt-x86_64.zip"
$url_cache = "http://ci-files01-hki.ci.qt.io/input/windows/llvm-mingw-20220906-ucrt-x86_64.zip"
$url_official = "https://github.com/mstorsjo/llvm-mingw/releases/download/20220906/llvm-mingw-20220906-ucrt-x86_64.zip"
Download $url_official $url_cache $zip
Verify-Checksum $zip "51ff525eefa4f5db905cc7b4c8b56079c3baed65"
Extract-7Zip $zip C:\
Rename-Item C:\llvm-mingw-20220906-ucrt-x86_64 C:\llvm-mingw
Write-Output "llvm-mingw = 15.0.0" >> ~/versions.txt
Remove-Item -Path $zip

View File

@@ -1,3 +0,0 @@
. "$PSScriptRoot\..\common\windows\libusb.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\fbx_windows.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-breakpad.ps1"

View File

@@ -1,2 +0,0 @@
. "$PSScriptRoot\..\common\windows\install-gnuwin32.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\android.ps1"

View File

@@ -1,4 +0,0 @@
# Copyright (C) 2026 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
. "$PSScriptRoot\..\common\windows\gradle.ps1"

View File

@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\android-openssl.ps1"

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