mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 06:49:38 -04:00
build, msvc: Build only required qtbase
features
This change makes vcpkg skip unused features such as `dnslookup`, `openssl`, etc.
This commit is contained in:
parent
fe5a6dcc53
commit
d85895e5a7
1 changed files with 11 additions and 1 deletions
12
vcpkg.json
12
vcpkg.json
|
@ -24,7 +24,17 @@
|
||||||
"qt": {
|
"qt": {
|
||||||
"description": "Build GUI, Qt 6",
|
"description": "Build GUI, Qt 6",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"qtbase",
|
{
|
||||||
|
"name": "qtbase",
|
||||||
|
"default-features": false,
|
||||||
|
"features": [
|
||||||
|
"gui",
|
||||||
|
"network",
|
||||||
|
"png",
|
||||||
|
"testlib",
|
||||||
|
"widgets"
|
||||||
|
]
|
||||||
|
},
|
||||||
"qttools",
|
"qttools",
|
||||||
"libqrencode"
|
"libqrencode"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue