mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
MinGW packages will be upgraded in another patch. Task-number: QTBUG-61728 Change-Id: Ie6a1996b7850282a7cdcbe5ceba61f1ce473cf69 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
18 lines
441 B
PowerShell
18 lines
441 B
PowerShell
. "$PSScriptRoot\..\common\03-conan.ps1"
|
|
|
|
Run-Conan-Install `
|
|
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
|
-BuildinfoDir MSVC2015-x86 `
|
|
-Arch x86 `
|
|
-Compiler "Visual Studio" `
|
|
-CompilerVersion 14 `
|
|
-CompilerRuntime MD
|
|
|
|
Run-Conan-Install `
|
|
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
|
-BuildinfoDir MSVC2017-x86 `
|
|
-Arch x86 `
|
|
-Compiler "Visual Studio" `
|
|
-CompilerVersion 15 `
|
|
-CompilerRuntime MD
|