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" ] },