mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 07:28:21 +08:00
Add qtopenapi Windows builds
- Add Windows configurations that use MSVC - Provision openapi generator on the relevant platforms - golang is already provisioned on all these platforms The patch does not enable mingw and llvm configs, because we need to build zlib using mingw first. It also does not enable x64_64->arm64 cross-compile configs, because they have a dependency on the mingw config. Task-number: QTBUG-138968 Change-Id: I4fe35d149a1f9bfa93c1a128e5910b33aad536d4 Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# 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\install-openapi.ps1"
|
||||
@@ -0,0 +1,4 @@
|
||||
# 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\install-openapi.ps1"
|
||||
@@ -0,0 +1,4 @@
|
||||
# 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\install-openapi.ps1"
|
||||
Reference in New Issue
Block a user