mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 20:36:54 +08:00
These scripts are generic for both linux and macos, we may parameterize them and reuse on both platforms. Change-Id: Ia61cfbbf5c91e2135e38253c4a96605015d2d1b6 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"
|