mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-13 15:56:01 +08:00
Use the system libraries. Pick-to: 6.5 6.6 6.7 Task-number: QTBUG-121579 Change-Id: I15e0199a8aa41f607af43569a685cced3b522aec Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io>
6 lines
277 B
Bash
6 lines
277 B
Bash
#!/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
|
|
|
|
sudo DEBIAN_FRONTEND=noninteractive apt -q -y install libprotobuf-dev libgrpc-dev libprotoc-dev protobuf-compiler
|