windows'c gcc default to mingw-w64 gcc

This commit is contained in:
Roy Qu 2023-06-25 08:53:21 +08:00
parent 4070362cdc
commit adcaba29d0
2 changed files with 2 additions and 2 deletions

View File

@ -2242,7 +2242,7 @@ void Settings::CompilerSet::setProperties(const QString& binDir, const QString&
#endif #endif
} else { } else {
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
mName = "MinGW GCC " + mVersion; mName = "MinGW-w64 GCC " + mVersion;
#else #else
mName = "GCC " + mVersion; mName = "GCC " + mVersion;
#endif #endif

View File

@ -1,6 +1,6 @@
#################################################################### ####################################################################
# Startup # Startup
!define COMPILERNAME \"MinGW-w64 X86_64 GCC 11.2\" !define COMPILERNAME \"MinGW-w64 X86_64 GCC 11.4\"
!define DEVCPP_VERSION \"$${APP_VERSION}\" !define DEVCPP_VERSION \"$${APP_VERSION}\"