mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-28 22:39:40 -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": {
|
||||
"description": "Build GUI, Qt 6",
|
||||
"dependencies": [
|
||||
"qtbase",
|
||||
{
|
||||
"name": "qtbase",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"gui",
|
||||
"network",
|
||||
"png",
|
||||
"testlib",
|
||||
"widgets"
|
||||
]
|
||||
},
|
||||
"qttools",
|
||||
"libqrencode"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue