mirror of https://github.com/qt/qt5.git
7 lines
98 B
Bash
7 lines
98 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
BASEDIR=$(dirname "$0")
|
||
|
"$BASEDIR/../common/linux/install-vcpkg.sh"
|