Skip to content

Commit

Permalink
Update Qt5 instructions with Qt 5.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Koromix committed Nov 24, 2020
1 parent 0fd4738 commit 7b0240b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/qt5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 7b0240b

Please sign in to comment.