Skip to content

Commit 6d3fb99

Browse files
committed
build, msvc: Update vcpkg.json for Qt 6
1 parent b04e8f2 commit 6d3fb99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

vcpkg.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"libevent"
99
],
1010
"default-features": [
11-
"qt5",
11+
"qt",
1212
"tests",
1313
"wallet",
1414
"berkeleydb",
@@ -21,11 +21,11 @@
2121
"berkeleydb"
2222
]
2323
},
24-
"qt5": {
25-
"description": "Build GUI, Qt 5",
24+
"qt": {
25+
"description": "Build GUI, Qt 6",
2626
"dependencies": [
27-
"qt5-base",
28-
"qt5-tools",
27+
"qtbase",
28+
"qttools",
2929
"libqrencode"
3030
]
3131
},

0 commit comments

Comments
 (0)