mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
Task-number: QTQAINFRA-3123 Change-Id: I725c58c7d319945f7470118dec99b5360385da7b 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"
|