Skip to content

Utilities/Release: Update to Qt 5.12 on Windows builds

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

Also update for using Windows 10 SDK. In commit e903a9fc we added a _USING_V110_SDK71_ macro to tell the MSVC standard library headers they were using an older SDK. The environment in which our Windows binaries are produced has been updated to use a Windows 10 SDK now that we do not need to support WinXP, so we can drop the definition.

Merge request reports