diff --git a/lib/qt5/README.md b/lib/qt5/README.md index 21cf48fc..48de58ff 100644 --- a/lib/qt5/README.md +++ b/lib/qt5/README.md @@ -2,12 +2,12 @@ ## MSVC 20xx 32-bit with static MSVCRT -These instructions have been tested with *Qt 5.12.9*, they will probably **not work for +These instructions have been tested with *Qt 5.12.10*, they will probably **not work for Qt versions < or > 5.12**. Even if they work, you may not be able to link TyTools correctly. -Download qtbase source from http://download.qt.io/official_releases/qt/5.12/5.12.9/submodules/qtbase-everywhere-src-5.12.9.zip +Download qtbase source from http://download.qt.io/official_releases/qt/5.12/5.12.10/submodules/qtbase-everywhere-src-5.12.10.zip -Extract the directory inside it to "tytools/lib/qt5" and rename "qtbase-everywhere-src-5.12.9" to +Extract the directory inside it to "tytools/lib/qt5" and rename "qtbase-everywhere-src-5.12.10" to "i686-win32-msvc-mt". Open the "VS20xx x86 Native Tools Command Prompt" and cd to this directory. @@ -39,12 +39,12 @@ if you move your project. ## MSVC 20xx 64-bit with static MSVCRT -These instructions have been tested with *Qt 5.12.9*, they will probably **not work for +These instructions have been tested with *Qt 5.12.10*, they will probably **not work for Qt versions < or > 5.12**. Even if they work, you may not be able to link TyTools correctly. -Download qtbase source from http://download.qt.io/official_releases/qt/5.12/5.12.9/submodules/qtbase-everywhere-src-5.12.9.zip +Download qtbase source from http://download.qt.io/official_releases/qt/5.12/5.12.10/submodules/qtbase-everywhere-src-5.12.10.zip -Extract the directory inside it to "tytools/lib/qt5" and rename "qtbase-everywhere-src-5.12.9" to +Extract the directory inside it to "tytools/lib/qt5" and rename "qtbase-everywhere-src-5.12.10" to "x86_64-win32-msvc-mt". Open the "VS20xx x64 Native Tools Command Prompt" and cd to this directory.