mirror of
https://github.com/namecoin/namecoin-core
synced 2025-10-05 16:13:07 +02:00
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
62 lines
1.3 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|