mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
Change-Id: Ibbee96ea7ad9e054e1521c897206c9863acc9c08 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
70 lines
1.7 KiB
PowerShell
70 lines
1.7 KiB
PowerShell
. "$PSScriptRoot\..\common\windows\conan.ps1"
|
|
|
|
Run-Conan-Install `
|
|
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
|
-BuildinfoDir MSVC2015-x86_64 `
|
|
-Arch x86_64 `
|
|
-Compiler "Visual Studio" `
|
|
-CompilerVersion 14 `
|
|
-CompilerRuntime MD
|
|
|
|
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_64 `
|
|
-Arch x86_64 `
|
|
-Compiler "Visual Studio" `
|
|
-CompilerVersion 15 `
|
|
-CompilerRuntime MD
|
|
|
|
Run-Conan-Install `
|
|
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
|
-BuildinfoDir MSVC2017-x86 `
|
|
-Arch x86 `
|
|
-Compiler "Visual Studio" `
|
|
-CompilerVersion 15 `
|
|
-CompilerRuntime MD
|
|
|
|
Run-Conan-Install `
|
|
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
|
-BuildinfoDir MSVC2019-x86_64 `
|
|
-Arch x86_64 `
|
|
-Compiler "Visual Studio" `
|
|
-CompilerVersion 16 `
|
|
-CompilerRuntime MD
|
|
|
|
Run-Conan-Install `
|
|
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
|
-BuildinfoDir MSVC2019-x86 `
|
|
-Arch x86 `
|
|
-Compiler "Visual Studio" `
|
|
-CompilerVersion 16 `
|
|
-CompilerRuntime MD
|
|
|
|
Run-Conan-Install `
|
|
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
|
-BuildinfoDir Mingw73-x86 `
|
|
-Arch x86 `
|
|
-Compiler "gcc" `
|
|
-CompilerVersion 7 `
|
|
-CompilerLibcxx "libstdc++" `
|
|
-CompilerException "dwarf2" `
|
|
-CompilerThreads "posix"
|
|
|
|
Run-Conan-Install `
|
|
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
|
-BuildinfoDir Mingw73-x86_64 `
|
|
-Arch x86_64 `
|
|
-Compiler "gcc" `
|
|
-CompilerVersion 7 `
|
|
-CompilerLibcxx "libstdc++" `
|
|
-CompilerException "seh" `
|
|
-CompilerThreads "posix"
|