File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 15
15
"toolchainFile" : " $env{VCPKG_ROOT}\\ scripts\\ buildsystems\\ vcpkg.cmake" ,
16
16
"cacheVariables" : {
17
17
"VCPKG_TARGET_TRIPLET" : " x64-windows" ,
18
- "BUILD_GUI" : " ON" ,
19
- "WITH_QRENCODE" : " OFF"
18
+ "BUILD_GUI" : " ON"
20
19
}
21
20
},
22
21
{
32
31
"toolchainFile" : " $env{VCPKG_ROOT}\\ scripts\\ buildsystems\\ vcpkg.cmake" ,
33
32
"cacheVariables" : {
34
33
"VCPKG_TARGET_TRIPLET" : " x64-windows-static" ,
35
- "BUILD_GUI" : " ON" ,
36
- "WITH_QRENCODE" : " OFF"
34
+ "BUILD_GUI" : " ON"
37
35
}
38
36
},
39
37
{
Original file line number Diff line number Diff line change @@ -42,9 +42,7 @@ Available presets can be listed as follows:
42
42
cmake --list-presets
43
43
```
44
44
45
- By default, all presets:
46
- - Set ` BUILD_GUI ` to ` ON ` .
47
- - Set ` WITH_QRENCODE ` to ` OFF ` , due to known build issues when using vcpkg's ` libqrencode ` package.
45
+ By default, all presets set ` BUILD_GUI ` to ` ON ` .
48
46
49
47
## Building
50
48
Original file line number Diff line number Diff line change 25
25
"description" : " Build GUI, Qt 5" ,
26
26
"dependencies" : [
27
27
" qt5-base" ,
28
- " qt5-tools"
28
+ " qt5-tools" ,
29
+ " libqrencode"
29
30
]
30
31
},
31
32
"sqlite" : {
You can’t perform that action at this time.
0 commit comments