mirror of
https://github.com/logos-co/logos-cpp-sdk.git
synced 2026-08-30 17:21:15 +00:00
--backend qt is deleted from logos-qt-generator, and this repo was still signposting it. main.cpp's refusal said "Use it for --backend qt", and the usage text advertised --lidl … --backend qt and --from-header … --backend qt. Those now point at nothing — the exact failure the deletion removes, one repo over. The refusal names the real replacement chain instead: --backend cdylib here, then logos-qt-host-generator --backend cdylib for Qt-plugin packaging. docs/project.md's "Provider Generation" section documented three emitters that no longer exist; rewritten to state the seam and the two-step pipeline. docs/spec.md's dataflow diagram showed <name>_qt_glue.h / <name>_dispatch.cpp as outputs; the diagram is corrected and the sections describing that shape are marked historical rather than deleted, because the onInit wiring they document still applies to the cdylib glue. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>