From 9ff456a8d6105ddb88d27e6e7e8a2a3ca779df33 Mon Sep 17 00:00:00 2001 From: IChooseYou Date: Fri, 6 Mar 2026 08:22:40 -0700 Subject: [PATCH] revert: remove theme xcopy to avoid clobbering custom themes --- msvc/Reclass.vcxproj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/msvc/Reclass.vcxproj b/msvc/Reclass.vcxproj index 50cf5c7..2ec5e6a 100644 --- a/msvc/Reclass.vcxproj +++ b/msvc/Reclass.vcxproj @@ -73,8 +73,7 @@ $(QtToolsPath)/windeployqt $(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe -xcopy /Y /I "$(SolutionDir)..\src\examples\*.rcx" "$(SolutionDir)$(Platform)\$(Configuration)\examples\" -xcopy /Y /I "$(SolutionDir)..\src\themes\defaults\*.json" "$(SolutionDir)$(Platform)\$(Configuration)\themes\" +xcopy /Y /I "$(SolutionDir)..\src\examples\*.rcx" "$(SolutionDir)$(Platform)\$(Configuration)\examples\" @@ -87,8 +86,7 @@ xcopy /Y /I "$(SolutionDir)..\src\themes\defaults\*.json" "$(SolutionDir)$(Platf $(QtToolsPath)/windeployqt $(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName).exe -xcopy /Y /I "$(SolutionDir)..\src\examples\*.rcx" "$(SolutionDir)$(Platform)\$(Configuration)\examples\" -xcopy /Y /I "$(SolutionDir)..\src\themes\defaults\*.json" "$(SolutionDir)$(Platform)\$(Configuration)\themes\" +xcopy /Y /I "$(SolutionDir)..\src\examples\*.rcx" "$(SolutionDir)$(Platform)\$(Configuration)\examples\"