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