mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
Change-Id: Ic4899f188c92502c6f6808dcc05922d4980cadfd Reviewed-by: Paul Wicking <paul.wicking@qt.io>
6 lines
331 B
PowerShell
6 lines
331 B
PowerShell
# Do not set the default LLVM_INSTALL_DIR for mingw, leave it with msvc for compat
|
|
. "$PSScriptRoot\..\common\windows\libclang.ps1" 64 mingw $False
|
|
. "$PSScriptRoot\..\common\windows\libclang.ps1" 64 vs2019
|
|
. "$PSScriptRoot\..\common\windows\libclang.ps1" 32 mingw $False
|
|
. "$PSScriptRoot\..\common\windows\libclang.ps1" 32 vs2019
|