chore: add qtlottie to aqtinstall parameters

This commit is contained in:
Richard Ramos 2022-03-10 14:40:44 -04:00 committed by Jonathan Rainville
parent 1cb7deff36
commit b95315ffd6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function Install-Dependencies {
function Install-Qt-SDK {
Write-Host "Installing Qt $QtVersion SDK..."
pip install aqtinstall
aqt install --output "C:\Qt" $QtVersion windows desktop win64_msvc2017_64 -m qtwebengine
aqt install --output "C:\Qt" $QtVersion windows desktop win64_msvc2017_64 -m qtwebengine -m qtlottie
}
# Install Microsoft Visual C++ Build Tools 15.8.9