mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +08:00
This change will split common folder to four different folders: Linux, Unix, Windows and MacOS. Each of these folders includes scripts which are common for their operating system familes Task-number: QTQAINFRA-1451 Change-Id: Ic93b2183052335dee875d1452b21e38d268b6474 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
18 lines
449 B
PowerShell
18 lines
449 B
PowerShell
. "$PSScriptRoot\..\common\windows\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
|