qt6: fix mingw-w64 build

This commit is contained in:
oltolm 2023-07-28 11:25:18 +02:00 committed by Megamouse
parent d25d5327e5
commit a01a7a44cd
4 changed files with 3 additions and 39 deletions

View file

@ -15,6 +15,7 @@ if(WITH_LLVM)
option(LLVM_INCLUDE_TOOLS OFF)
option(LLVM_INCLUDE_UTILS OFF)
option(LLVM_CCACHE_BUILD ON)
set(LLVM_ENABLE_WARNINGS OFF CACHE BOOL "Enable compiler warnings.")
if(WIN32)
set(LLVM_USE_INTEL_JITEVENTS ON)