0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/CI/install-qt-win.cmd
2019-03-07 17:23:08 +01:00

4 lines
135 B
Batchfile

curl -kLO https://cdn-fastly.obsproject.com/downloads/Qt_5.10.1.7z -f --retry 5 -C -
7z x Qt_5.10.1.7z -oQt
mv Qt C:\QtDep
dir C:\QtDep