mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +08:00
Order of files really matters in configuration directories, but I renamed only main implementations in previous commit. Fixed that. Change-Id: Ia541fa8fd36b3d52580ba9814e9f4c38aadce460 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
10 lines
243 B
PowerShell
10 lines
243 B
PowerShell
. "$PSScriptRoot\..\common\03-conan.ps1"
|
|
|
|
Run-Conan-Install `
|
|
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
|
-BuildinfoDir Mingw53-x86 `
|
|
-Arch x86 `
|
|
-Compiler "gcc" `
|
|
-CompilerVersion "5.3" `
|
|
-CompilerLibcxx "libstdc++11"
|