mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Pick-to: 6.8 Task-number: QTBUG-126974 Change-Id: Ifcd61385057fcc6cef8943b3e0477d905d01b198 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
9 lines
279 B
Bash
9 lines
279 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/mqtt_broker.sh
|
|
source "${BASH_SOURCE%/*}/../common/unix/mqtt_broker.sh"
|