mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-11 23:06:07 +08:00
Fixes: QTBUG-128285 Change-Id: I2b0cd6098fdbcfb07d5210316d95749557970d07 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
10 lines
290 B
Bash
10 lines
290 B
Bash
#!/usr/bin/env bash
|
|
# Copyright (C) 2018 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/unix/install_protobuf.sh
|
|
source "${BASH_SOURCE%/*}/../common/unix/install_protobuf.sh"
|
|
|