mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Change-Id: I93702b9faac5abc9fc01a5725cf34a17a94f0bea
(cherry picked from commit 8732165461)
Reviewed-by: Katja Marttila <katja.marttila@qt.io>
7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/unix/openssl_for_android.sh
|
|
source "${BASH_SOURCE%/*}/../common/unix/openssl_for_android.sh"
|