mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
Change-Id: I76aa90e005460368741b305fcaf398ae917299e6 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
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"
|