ci: install qtwebengine with Qt on windows

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-02 20:29:30 +01:00 committed by Michael Bradley
parent c273ee9bed
commit 9e98e7a14c
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
aqt install --output "C:\Qt" $QtVersion windows desktop win64_msvc2017_64 -m qtwebengine
}
# Install Microsoft Visual C++ Build Tools 15.8.9