Setup sanity checks
[novacoin.git] / mingw64_deps / qt / setup.sh
index c3ce729..5a2beb7 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/sh
 
+if [[ ! $(which git) ]]; then
+    echo "git is not installed"
+    exit -1
+fi
+
 git clone -b 5.15.2 https://github.com/qt/qtbase.git
 git clone -b 5.15.2 https://github.com/qt/qttools.git
 git clone -b 5.15.2 https://github.com/qt/qttranslations.git