install-qt-win.cmd 239 B

12345678
  1. if not exist %QtBaseDir% (
  2. curl -kLO https://cdn-fastly.obsproject.com/downloads/Qt_5.10.1.7z -f --retry 5 -z Qt_5.10.1.7z
  3. 7z x Qt_5.10.1.7z -o%QtBaseDir%
  4. ) else (
  5. echo "Qt is already installed. Download skipped."
  6. )
  7. dir %QtBaseDir%