mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 17:56:11 +08:00
Add QNX8 toolchain for linux host. Windows host not supported at the moment. Change-Id: I6de2f408bba8e96fc5bc49afe43d84f7021885f4 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
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"
|
|
|