build, msvc: Update vcpkg.json for Qt 6

This commit is contained in:
Hennadii Stepanov 2025-04-02 09:15:37 +01:00
parent 30dd1f1644
commit 80b917991e
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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"
]
},