diff --git a/vcpkg.json b/vcpkg.json index 4ff3f34406c..246d58d3b42 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { - "$comment": "The builtin-baseline corresponds to 2024.09.30 Release", + "$comment": "The builtin-baseline corresponds to 2025.03.19 Release", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", - "builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289", + "builtin-baseline": "b02e341c927f16d991edbd915d8ea43eac52096c", "dependencies": [ "boost-multi-index", "boost-signals2", @@ -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" ]