mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Task-number: QTQAINFRA-5111 Change-Id: I4f3871795a663f479d7a417405c48635725fdcae Reviewed-by: Simo Fält <simo.falt@qt.io>
7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/unix/install-conan.sh"
|