From 19b3bd151eb553c314f908bcd0ce3085cbfa12a2 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 14 Oct 2023 18:34:29 +1000 Subject: [PATCH] Qt: Enable RTTI in Debug builds for MSVC Qt 6.6 chokes otherwise. --- pcsx2-qt/pcsx2-qt.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2-qt/pcsx2-qt.vcxproj b/pcsx2-qt/pcsx2-qt.vcxproj index e4d7d785c2bf7..4f3c280a5aa17 100644 --- a/pcsx2-qt/pcsx2-qt.vcxproj +++ b/pcsx2-qt/pcsx2-qt.vcxproj @@ -52,7 +52,7 @@ LZMA_API_STATIC;ENABLE_RAINTEGRATION;ENABLE_OPENGL;ENABLE_VULKAN;%(PreprocessorDefinitions) QT_NO_EXCEPTIONS;%(PreprocessorDefinitions) - true + true $(QtEntryPointLib);%(AdditionalDependencies)