mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-19 11:36:12 +08:00
Task-number: QTQAINFRA-2942 Change-Id: I4186a2961ce81eed7a7fd8994c4a10f35b8fad1c Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
7 lines
147 B
Bash
Executable File
7 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/unix/install-breakpad.sh
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-breakpad.sh"
|