chore: add qtlottie to aqtinstall parameters

This commit is contained in:
Richard Ramos
2022-03-23 16:43:50 -04:00
committed by Jonathan Rainville
parent 1cb7deff36
commit b95315ffd6
+1 -1
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