mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-28 07:37:18 +08:00
* Update libjpeg-turbo to 2.0.5 * Replace MinGW 7 packages with MinGW 8 * Remove zlib packages as Qt is consistently built with -qt-zlib now
12 lines
305 B
PowerShell
12 lines
305 B
PowerShell
. "$PSScriptRoot\..\common\windows\conan.ps1"
|
|
|
|
Run-Conan-Install `
|
|
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
|
-BuildinfoDir Mingw-x86 `
|
|
-Arch x86 `
|
|
-Compiler "gcc" `
|
|
-CompilerVersion 8 `
|
|
-CompilerLibcxx "libstdc++" `
|
|
-CompilerException "dwarf2" `
|
|
-CompilerThreads "posix"
|