1
1
mirror of https://github.com/bitcoin/bitcoin synced 2025-10-06 00:12:48 +02:00
Files
Bitcoin/vcpkg.json
Hennadii Stepanov ef20c2d11d build, msvc: Update vcpkg manifest baseline
This change updates the vcpkg manifest baseline from the "2025.03.19
Release" to the "2025.08.27 Release", with the following package
changes:
 - boost: 1.87.0 --> 1.88.0
 - qtbase: 6.8.2#1 -> 6.9.1
 - qttools: 6.8.2 -> 6.9.1
 - sqlite3: 3.49.1 --> 3.50.4
2025-09-16 22:03:27 +01:00

62 lines
1.3 KiB
JSON

{
"$comment": "The builtin-baseline corresponds to 2025.08.27 Release",
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"builtin-baseline": "120deac3062162151622ca4860575a33844ba10b",
"dependencies": [
"boost-multi-index",
"boost-signals2",
"libevent"
],
"default-features": [
"qt",
"tests",
"wallet",
"zeromq"
],
"features": {
"qt": {
"description": "Build GUI, Qt 6",
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"gui",
"network",
"png",
"testlib",
"widgets"
]
},
"qttools",
"libqrencode"
]
},
"tests": {
"description": "Build test_bitcoin.exe executable",
"dependencies": [
"boost-test"
]
},
"wallet": {
"description": "Enable wallet (SQLite)",
"dependencies": [
"sqlite3"
]
},
"zeromq": {
"description": "Enable ZMQ notifications",
"dependencies": [
"zeromq"
]
}
},
"overrides": [
{
"$comment": "Newer unreleased libevent versions cause https://github.com/bitcoin/bitcoin/issues/30096",
"name": "libevent",
"version": "2.1.12#7"
}
]
}