aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/README.md
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-11-01 15:20:20 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-11-01 15:20:20 +0000
commit8047bb6feaa9ee5d6c1edb7640baaf228450bc6b (patch)
tree6d120e4e9c86d3592ffe701f434c4c55f3a3065b /build_msvc/README.md
parenteca2e430acf50f11da2220f56d13e20073a57c9b (diff)
downloadbitcoin-8047bb6feaa9ee5d6c1edb7640baaf228450bc6b.tar.xz
build: Update `qt` package up to 5.15.11
Diffstat (limited to 'build_msvc/README.md')
-rw-r--r--build_msvc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/README.md b/build_msvc/README.md
index 8206620c3b..cc2cd91e13 100644
--- a/build_msvc/README.md
+++ b/build_msvc/README.md
@@ -32,7 +32,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.10.zip`](https://download.qt.io/official_releases/qt/5.15/5.15.10/single/qt-everywhere-opensource-src-5.15.10.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.11.zip`](https://download.qt.io/official_releases/qt/5.15/5.15.11/single/qt-everywhere-opensource-src-5.15.11.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