mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 09:46:08 +08:00
- Add macos13, macos26 configurations for qtopenapi - Add Ubuntu 20, 22 configurations - Add Ubuntu 24 aarch64 configuration - Add RHEL8.10 and Debian configurations Task-number: QTBUG-140130 Change-Id: Idca79c1e05b012f675aff975fcfc82be9f01538b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
8 lines
222 B
Bash
Executable File
8 lines
222 B
Bash
Executable File
#!/bin/bash
|
|
#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
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/unix/install_openapi.sh"
|
|
|