mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 09:46:08 +08:00
It was previously missed, and thus qdoc wasn't built for the windows-11_23H2-llvm Packaging configuration. Amends9975595a5ePick-to: 6.7 Fixes: QTBUG-121548 Task-number: QTBUG-111580 Change-Id: I1142b593f36c8366ceaeac91eba81e16f1a2557d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit8aa15db27f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
5 lines
277 B
PowerShell
5 lines
277 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 llvm-mingw $False
|
|
. "$PSScriptRoot\..\common\windows\libclang.ps1" 64 vs2019
|