mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-27 15:16:59 +08:00
Pick-to: 6.9.1 6.8
Change-Id: I5a4011ce5f23517d4dd7c9f64738e7be97b4c73d
Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
(cherry picked from commit e7075b5472)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
10 lines
274 B
Bash
Executable File
10 lines
274 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright (C) 2024 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
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/linux/qnx_800.sh
|
|
source "${BASH_SOURCE%/*}/../common/linux/qnx_800.sh"
|
|
|