dolphin-memory-engine icon indicating copy to clipboard operation
dolphin-memory-engine copied to clipboard

Feature: Add resource files to Visual Studio solution files.

Open cristian64 opened this issue 2 years ago • 3 comments

The application logo was introduced in #84. However, the resource files were only set up for the CMake scripts. Equivalent changes to those to the CMakeLists.txt file need to be applied to the Dolphin-memory-engine.vcxproj file too.

cristian64 avatar Nov 05 '23 19:11 cristian64

Since #112, the Visual Studio solution files have diverged a little further. It now also needs to link against the QtSvg component, and bundle the library (Qt6Svg[d].dll) and the SVG plug-in (qsvg[d].dll).

cristian64 avatar Mar 09 '24 10:03 cristian64

Maintaining these platform-specific build files is a bit too cumbersome, in my opinion.

@dreamsyntax Thoughts on removing them?

cristian64 avatar Mar 09 '24 10:03 cristian64

I'd still rather keep them just for easy building locally without CMake. It doesnt need to be up to date as artifacts built with VS will never be released

dreamsyntax avatar Mar 09 '24 20:03 dreamsyntax