From 80b917991ed7ff931f0a9211cebf859f674776c4 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 2 Apr 2025 09:15:37 +0100 Subject: [PATCH] build, msvc: Update `vcpkg.json` for Qt 6 --- vcpkg.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 66ffb85e726..4ff3f34406c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -8,7 +8,7 @@ "libevent" ], "default-features": [ - "qt5", + "qt", "tests", "wallet", "berkeleydb", @@ -21,11 +21,11 @@ "berkeleydb" ] }, - "qt5": { - "description": "Build GUI, Qt 5", + "qt": { + "description": "Build GUI, Qt 6", "dependencies": [ - "qt5-base", - "qt5-tools", + "qtbase", + "qttools", "libqrencode" ] },