mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build, msvc: Update vcpkg.json
for Qt 6
This commit is contained in:
parent
30dd1f1644
commit
80b917991e
1 changed files with 5 additions and 5 deletions
10
vcpkg.json
10
vcpkg.json
|
@ -8,7 +8,7 @@
|
||||||
"libevent"
|
"libevent"
|
||||||
],
|
],
|
||||||
"default-features": [
|
"default-features": [
|
||||||
"qt5",
|
"qt",
|
||||||
"tests",
|
"tests",
|
||||||
"wallet",
|
"wallet",
|
||||||
"berkeleydb",
|
"berkeleydb",
|
||||||
|
@ -21,11 +21,11 @@
|
||||||
"berkeleydb"
|
"berkeleydb"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"qt5": {
|
"qt": {
|
||||||
"description": "Build GUI, Qt 5",
|
"description": "Build GUI, Qt 6",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"qt5-base",
|
"qtbase",
|
||||||
"qt5-tools",
|
"qttools",
|
||||||
"libqrencode"
|
"libqrencode"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue