mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 15:11:20 +00:00
chore: add qtlottie to aqtinstall parameters
This commit is contained in:
committed by
Jonathan Rainville
parent
1cb7deff36
commit
b95315ffd6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user