From cd524512109cad85c9a42fc3d7696a6c19d854bc Mon Sep 17 00:00:00 2001 From: Sen66 Date: Thu, 5 Mar 2026 12:16:11 +0100 Subject: [PATCH] fix: Release build configuration on MSVC & add windeployqt post-build --- msvc/Reclass.vcxproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/msvc/Reclass.vcxproj b/msvc/Reclass.vcxproj index d9d63a8..9edf950 100644 --- a/msvc/Reclass.vcxproj +++ b/msvc/Reclass.vcxproj @@ -70,11 +70,20 @@ dwmapi.lib;dbghelp.lib;%(AdditionalDependencies) + + $(QtToolsPath)/windeployqt $(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe + dwmapi.lib;dbghelp.lib;%(AdditionalDependencies) + + ..\third_party\fadec\;..\third_party\raw_pdb\src\;..\third_party\qscintilla\src\;..\src\ + + + $(QtToolsPath)/windeployqt $(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe +