mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-20 05:19:40 +08:00
Required by qt-apps/qdb Pick-to: 6.8 Task-number: QTQAINFRA-6571 Change-Id: I6bf217af528e4daca548c14abef30ec9e76c2161 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
10 lines
231 B
Bash
Executable File
10 lines
231 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
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
|
|
"$BASEDIR/../common/macos/libusb.sh"
|