Skip to content

Utilities/Release: Build static executables on Windows

Brad King requested to merge brad.king/cmake:rel-win-static into master

Switch to the MSVC static runtime library (and static UCRT). Link Qt statically, including the Windows platform plugin. Disable the Qt tests because they are incompatible with a Qt using a static runtime library.

Merge request reports