mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Merge pull request #1898 from xiaoyifang/opt/compiler-version
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
opt: [win] update Windows compiler name
This commit is contained in:
commit
3f6819b049
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue