From 33d1e15d48a712e0395f672e3c4e6ea68d65620f Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:37:29 +0100 Subject: [PATCH] build, msvc: Update `vcpkg.json` for Qt 6 --- vcpkg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index ecbccb072c23f..1aa51daf054c4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -16,7 +16,7 @@ "miniupnpc", "zeromq", "tests", - "qt5" + "qt" ], "features": { "wallet": { @@ -43,9 +43,9 @@ "description": "Build test_bitcoin.exe executable", "dependencies": [ "boost-test" ] }, - "qt5": { - "description": "Build GUI, Qt 5", - "dependencies": [ "qt5-base", "qt5-tools" ] + "qt": { + "description": "Build GUI, Qt 6", + "dependencies": [ "qtbase", "qttools" ] } } }