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 Sep 29, 2024
1 parent 83fa42c commit 7d78900
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"miniupnpc",
"zeromq",
"tests",
"qt5"
"qt"
],
"features": {
"wallet": {
Expand All @@ -43,9 +43,9 @@
"description": "Build test_bitcoin.exe executable",
"dependencies": [ "boost-test" ]
},
"qt5": {
"description": "Build GUI, Qt 5",
"dependencies": [ "qt5-base", "qt5-tools" ]
"qt": {
"description": "Build GUI, Qt 6",
"dependencies": [ "qtbase", "qttools" ]
}
}
}

0 comments on commit 7d78900

Please sign in to comment.