QTfrontend/ui/widget/about.cpp
changeset 14194 e60e2e7dd43a
parent 13910 6c8d4e140f27
child 14417 b2d0c72b5d89
equal deleted inserted replaced
14193:262f31627960 14194:e60e2e7dd43a
   100     //: For the version numbers of Hedgewars' software dependencies
   100     //: For the version numbers of Hedgewars' software dependencies
   101     QString libinfo = QString(tr("Dependency versions:") + QString("<br>"));
   101     QString libinfo = QString(tr("Dependency versions:") + QString("<br>"));
   102 
   102 
   103 #if defined(__GNUC__)
   103 #if defined(__GNUC__)
   104     libinfo.append(QString(tr("<a href=\"https://gcc.gnu.org\">GCC</a>: %1")).arg(__VERSION__));
   104     libinfo.append(QString(tr("<a href=\"https://gcc.gnu.org\">GCC</a>: %1")).arg(__VERSION__));
   105 #elif defined(WIN32_VCPKG)
   105 #else
   106     libinfo.append(QString(tr("<a href=\"https://visualstudio.microsoft.com\">VC++</a>: %1")).arg(_MSC_FULL_VER));
       
   107 #elif defined(__VERSION__)
       
   108     libinfo.append(QString(tr("Unknown Compiler: %1")).arg(__VERSION__));
       
   109 #else 
       
   110     libinfo.append(QString(tr("Unknown Compiler")));
   106     libinfo.append(QString(tr("Unknown Compiler")));
   111 #endif
   107 #endif
   112     libinfo.append(QString("<br>"));
   108     libinfo.append(QString("<br>"));
   113 
   109 
   114     const SDL_version *sdl_ver;
   110     const SDL_version *sdl_ver;