mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
The Network module is explicitly required by qt6tools: Failed to find required Qt component "Network". We need host-qt6base with Sql support for host-qt6tools to build the qhelpgenerator host tool. qt6tools will fail to build if qhelpgenerator is not available: Failed to find the host tool "Qt6::qhelpgenerator". It is part of the Qt6ToolsTools package, but the package did not contain the tool. Make sure that the host module Tools was built with all features enabled (no explicitly disabled tools). Signed-off-by: Roy Kollen Svendsen <roykollensvendsen@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>