VS: use MultiThreadedDebugDLL in debug builds

This fixes heap assertions caused by mixing static builds and dynamic Qt
This commit is contained in:
Megamouse 2024-03-10 20:08:20 +01:00
parent 67ae1c9f69
commit f3ac3476cb
6 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@
<ClCompile>
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Optimization>Disabled</Optimization>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PreprocessorDefinitions>LLVM_AVAILABLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>