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 1515 "toolchainFile" : " $env{VCPKG_ROOT}\\ scripts\\ buildsystems\\ vcpkg.cmake" ,
1616 "cacheVariables" : {
1717 "VCPKG_TARGET_TRIPLET" : " x64-windows" ,
18- "BUILD_GUI" : " ON" ,
19- "WITH_QRENCODE" : " OFF"
18+ "BUILD_GUI" : " ON"
2019 }
2120 },
2221 {
3231 "toolchainFile" : " $env{VCPKG_ROOT}\\ scripts\\ buildsystems\\ vcpkg.cmake" ,
3332 "cacheVariables" : {
3433 "VCPKG_TARGET_TRIPLET" : " x64-windows-static" ,
35- "BUILD_GUI" : " ON" ,
36- "WITH_QRENCODE" : " OFF"
34+ "BUILD_GUI" : " ON"
3735 }
3836 },
3937 {
Original file line number Diff line number Diff line change @@ -42,9 +42,7 @@ Available presets can be listed as follows:
4242cmake --list-presets
4343```
4444
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 ` .
4846
4947## Building
5048
Original file line number Diff line number Diff line change 2525 "description" : " Build GUI, Qt 5" ,
2626 "dependencies" : [
2727 " qt5-base" ,
28- " qt5-tools"
28+ " qt5-tools" ,
29+ " libqrencode"
2930 ]
3031 },
3132 "sqlite" : {
You can’t perform that action at this time.
0 commit comments