Commit e18808cd authored by Kai Koehne's avatar Kai Koehne Committed by Jani Heikkinen
Browse files

Update list of MSVC dlls


Visual Studio 2005 is not supported anymore, Visual Studio 2008 is
only relevant for WinCE these days. Rather list the newer versions.

Change-Id: I71bb7f40abff5481c1c5cc5717df2e1b9fe9d27b
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Showing with 8 additions and 8 deletions
...@@ -779,9 +779,9 @@ ...@@ -779,9 +779,9 @@
\table 100% \table 100%
\header \header
\li Qt \li Qt
\li VC++ 8.0 (2005)
\li VC++ 9.0 (2008)
\li VC++ 10.0 (2010) \li VC++ 10.0 (2010)
\li VC++ 11.0 (2012)
\li VC++ 12.0 (2013)
\li MinGW \li MinGW
\row \row
\li \list \li \list
...@@ -790,16 +790,16 @@ ...@@ -790,16 +790,16 @@
\li QT5WIDGETS.DLL - The QtWidgets runtime \li QT5WIDGETS.DLL - The QtWidgets runtime
\endlist \endlist
\li \list \li \list
\li MSVCR80.DLL - The C runtime \li MSVCR100.DLL - The C runtime
\li MSVCP80.DLL - The C++ runtime \li MSVCP100.DLL - The C++ runtime
\endlist \endlist
\li \list \li \list
\li MSVCR90.DLL - The C runtime \li MSVCR110.DLL - The C runtime
\li MSVCP90.DLL - The C++ runtime \li MSVCP110.DLL - The C++ runtime
\endlist \endlist
\li \list \li \list
\li MSVCR100.DLL - The C runtime \li MSVCR120.DLL - The C runtime
\li MSVCP100.DLL - The C++ runtime \li MSVCP120.DLL - The C++ runtime
\endlist \endlist
\li \list \li \list
\li LIBWINPTHREAD-1.DLL \li LIBWINPTHREAD-1.DLL
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment