Files
RedBear-OS/local
vasilito f1cf01b222 fix: Qt host build — pre-create ninja .d dependency directories
CMake ninja generator may not create *.dir output directories
before the first compilation pass, causing 'fatal error: opening
dependency file ... No such file or directory' during the Qt host
tools build (moc, uic, qtwaylandscanner). Add a find+mkdir loop
between cmake configure and cmake --build to pre-create them.
2026-07-09 21:11:47 +03:00
..