diff --git a/vcpkg.json b/vcpkg.json index ae4cba7ce00..246d58d3b42 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -24,7 +24,17 @@ "qt": { "description": "Build GUI, Qt 6", "dependencies": [ - "qtbase", + { + "name": "qtbase", + "default-features": false, + "features": [ + "gui", + "network", + "png", + "testlib", + "widgets" + ] + }, "qttools", "libqrencode" ]