Linking against a static Qt5 build using CMake
The previous post was the script I use to statically build Qt5 on Windows, but the real fun part is then linking an application using that version ! Here is the part of the CMake script I’m using (as usual, for reference) For the moment I only build a basic Widgets application. As I use […]