5a2beb7ba5ea0a1f517071c13169ea3475e39ab1
[novacoin.git] / mingw64_deps / qt / setup.sh
1 #!/bin/sh
2
3 if [[ ! $(which git) ]]; then
4     echo "git is not installed"
5     exit -1
6 fi
7
8 git clone -b 5.15.2 https://github.com/qt/qtbase.git
9 git clone -b 5.15.2 https://github.com/qt/qttools.git
10 git clone -b 5.15.2 https://github.com/qt/qttranslations.git
11