mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 11:56:31 +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>
12 lines
307 B
PowerShell
12 lines
307 B
PowerShell
. "$PSScriptRoot\..\common\windows\conan.ps1"
|
|
|
|
Run-Conan-Install `
|
|
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
|
-BuildinfoDir Mingw73-x86 `
|
|
-Arch x86 `
|
|
-Compiler "gcc" `
|
|
-CompilerVersion 7 `
|
|
-CompilerLibcxx "libstdc++" `
|
|
-CompilerException "dwarf2" `
|
|
-CompilerThreads "posix"
|