mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-04 02:07:48 +08:00
Change-Id: Iee721367772f64a956bf421a8564845506138c33 Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Alexey Edelev <semlanik@gmail.com>
7 lines
97 B
Bash
7 lines
97 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/unix/install-vcpkg.sh"
|