mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
opt: [win] update Windows compiler name
This commit is contained in:
parent
dd22c913e2
commit
a56cfb8d3a
|
@ -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