opt: [win] update Windows compiler name

This commit is contained in:
xiaoyifang 2024-11-04 16:55:32 +08:00
parent dd22c913e2
commit a56cfb8d3a

View file

@ -27,7 +27,7 @@ const QLatin1String flags = QLatin1String(
const QLatin1String compiler = QLatin1String(
#if defined( Q_CC_MSVC )
"Visual C++ Compiler " QT_STRINGIFY( _MSC_FULL_VER )
"MSVC " QT_STRINGIFY( _MSC_FULL_VER )
#elif defined( Q_CC_CLANG )
"Clang " __clang_version__
#elif defined( Q_CC_GNU )