mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-31 18:57:05 +08:00
Task-number: QTQAINFRA-2851 Change-Id: Ia421a5e35f8a0515d7f761ca0c52a54a93dcee5c Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/unix/install-openssl.sh
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-openssl.sh" "linux"
|