aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/README.md
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-10-04 14:00:57 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-10-04 14:00:57 +0100
commit6988a2f097e9af50e1b4222550b2593bfc5685ea (patch)
tree64a732d54296f0bb428f67afbaf870040ed7f274 /build_msvc/README.md
parent5a4eb56e3fc47fd44dd2efbc55509d0663f9a47c (diff)
downloadbitcoin-6988a2f097e9af50e1b4222550b2593bfc5685ea.tar.xz
build: Update qt package up to 5.15.10
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 ba6171fee7..8206620c3b 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.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`.
+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`.
2. Open "x64 Native Tools Command Prompt for VS 2022", and input the following commands:
```cmd