mirror of https://github.com/bitcoin/bitcoin.git
build, msvc: Update `vcpkg.json` for Qt 6
This commit is contained in:
parent
30dd1f1644
commit
80b917991e
10
vcpkg.json
10
vcpkg.json
|
@ -8,7 +8,7 @@
|
|||
"libevent"
|
||||
],
|
||||
"default-features": [
|
||||
"qt5",
|
||||
"qt",
|
||||
"tests",
|
||||
"wallet",
|
||||
"berkeleydb",
|
||||
|
@ -21,11 +21,11 @@
|
|||
"berkeleydb"
|
||||
]
|
||||
},
|
||||
"qt5": {
|
||||
"description": "Build GUI, Qt 5",
|
||||
"qt": {
|
||||
"description": "Build GUI, Qt 6",
|
||||
"dependencies": [
|
||||
"qt5-base",
|
||||
"qt5-tools",
|
||||
"qtbase",
|
||||
"qttools",
|
||||
"libqrencode"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue