mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-12 15:26:10 +08:00
Change amends 95e9f8da9a after new
version of win templates were introduced.
Pick-to: 6.4 6.5
Change-Id: Idd370025201c66e3da5a3bde71573ad8461c4164
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Reviewed-by: Christian Tismer <tismer@stackless.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
5 lines
249 B
PowerShell
5 lines
249 B
PowerShell
. "$PSScriptRoot\..\common\windows\helpers.ps1"
|
|
# Needed by packaging scripts
|
|
$scriptsPath = [System.Environment]::GetEnvironmentVariable('PIP3_PATH', [System.EnvironmentVariableTarget]::Machine)
|
|
Run-Executable "$scriptsPath\pip3.exe" "install bs4"
|