Skip to content

Commit

Permalink
build, msvc: Update vcpkg.json for Qt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 21, 2025
1 parent 3869e59 commit c03e89c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"libevent"
],
"default-features": [
"qt5",
"qt",
"tests",
"wallet",
"zeromq"
Expand All @@ -20,11 +20,11 @@
"berkeleydb"
]
},
"qt5": {
"description": "Build GUI, Qt 5",
"qt": {
"description": "Build GUI, Qt 6",
"dependencies": [
"qt5-base",
"qt5-tools",
"qtbase",
"qttools",
"libqrencode"
]
},
Expand Down

0 comments on commit c03e89c

Please sign in to comment.