We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vcpkg.json
1 parent 30dd1f1 commit 80b9179Copy full SHA for 80b9179
vcpkg.json
@@ -8,7 +8,7 @@
8
"libevent"
9
],
10
"default-features": [
11
- "qt5",
+ "qt",
12
"tests",
13
"wallet",
14
"berkeleydb",
@@ -21,11 +21,11 @@
21
"berkeleydb"
22
]
23
},
24
- "qt5": {
25
- "description": "Build GUI, Qt 5",
+ "qt": {
+ "description": "Build GUI, Qt 6",
26
"dependencies": [
27
- "qt5-base",
28
- "qt5-tools",
+ "qtbase",
+ "qttools",
29
"libqrencode"
30
31
0 commit comments