mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-20 05:19:40 +08:00
Related to 33dd0de8fb51bb83230b8c2524d5aae28ffc799b Task-number: QTBUG-138144 Change-Id: I2aa4a67f8c14de6645f5e821d269474646e616f3 Reviewed-by: Toni Saario <toni.saario@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"
|
|
|