diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-07-26 12:42:37 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-07-30 15:44:20 +0100 |
commit | ecb617fefe9fbd15365dcf0469d4d39df6b856bc (patch) | |
tree | a3efacb9032f93755bc43ae5b1cbb4ca0b92a279 /build_msvc | |
parent | 6745e3693e2b73f6ccb2651c7dab436dcd2a9bfd (diff) |
build: Bump Qt to 5.15.5 in depends
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/README.md b/build_msvc/README.md index 05cc2aad83..b9bebd369c 100644 --- a/build_msvc/README.md +++ b/build_msvc/README.md @@ -30,7 +30,7 @@ Qt --------------------- To build Bitcoin Core with the GUI, a static build of Qt is required. -1. Download a single ZIP archive of Qt source code from https://download.qt.io/official_releases/qt/ (e.g., [`qt-everywhere-opensource-src-5.15.3.zip`](https://download.qt.io/official_releases/qt/5.15/5.15.3/single/qt-everywhere-opensource-src-5.15.3.zip)), and expand it into a dedicated folder. The following instructions assume that this folder is `C:\dev\qt-source`. +1. Download a single ZIP archive of Qt source code from https://download.qt.io/official_releases/qt/ (e.g., [`qt-everywhere-opensource-src-5.15.5.zip`](https://download.qt.io/official_releases/qt/5.15/5.15.5/single/qt-everywhere-opensource-src-5.15.5.zip)), and expand it into a dedicated folder. The following instructions assume that this folder is `C:\dev\qt-source`. 2. Open "x64 Native Tools Command Prompt for VS 2022", and input the following commands: ```cmd |