mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-04 12:46:36 +08:00
[*] Update Conan to 1.17.0, adjust to change in command line arguments
[*] Update Conan packages to up-to-date versions, add libjpeg-turbo and
packages for 64-bit MinGW
[*] Rename 03-conan.ps1 to 11-conan.ps1 so that it is installed after
Python 3 and MinGW
[*] Add license header to conan.ps1
Change-Id: Ibc451ddc54a7227eb6d3a007a20351e77a46875f
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
18 lines
446 B
PowerShell
18 lines
446 B
PowerShell
. "$PSScriptRoot\..\common\windows\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
|