Merge pull request #1898 from xiaoyifang/opt/compiler-version
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run

opt: [win] update Windows compiler name
This commit is contained in:
xiaoyifang 2024-11-04 17:05:28 +08:00 committed by GitHub
commit 3f6819b049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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