mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
Qt WebEngine 6.6 need 14.19+ Pick-to: 6.6 Change-Id: Idf2d54fcdc55762cd9d8cfe5248858bd00afe89c Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
7 lines
278 B
Bash
Executable File
7 lines
278 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright (C) 2023 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
|
|
|
|
# shellcheck source=../common/linux/install-nodejs.sh
|
|
source "${BASH_SOURCE%/*}/../common/linux/install-nodejs.sh"
|