Clear stale Qt configure state for wallet builds

This commit is contained in:
root
2026-04-30 19:52:31 +00:00
parent 31afab9651
commit f30ecfcba9
2 changed files with 13 additions and 1 deletions
+3 -1
View File
@@ -52,7 +52,9 @@ instead of being required as Ubuntu system development packages.
The Linux Qt wallet option also installs Ubuntu desktop development headers
needed by Qt's xcb platform plugin, including fontconfig, freetype, xcb, and
xkbcommon packages. The wallet helper uses the matching `protoc` built by
`depends/`, so a system protobuf compiler is not required.
`depends/`, so a system protobuf compiler is not required. It also clears stale
Qt configure directories before rebuilding, because failed CMake feature checks
can otherwise be cached between attempts.
Defaults
--------