yolobs-studio/CI/install-qt-win.cmd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
262 B
Batchfile
Raw Normal View History

2019-09-22 21:19:10 +00:00
if exist Qt_5.10.1.7z (curl -kLO https://cdn-fastly.obsproject.com/downloads/Qt_5.10.1.7z -f --retry 5 -z Qt_5.10.1.7z) else (curl -kLO https://cdn-fastly.obsproject.com/downloads/Qt_5.10.1.7z -f --retry 5 -C -)
2019-07-27 12:47:10 +00:00
7z x Qt_5.10.1.7z -oQt
mv Qt C:\QtDep
dir C:\QtDep