mirror of
https://github.com/logos-co/logos-plugin-qt.git
synced 2026-08-31 02:41:08 +00:00
logos-qt-sdk ships the same cdylib-glue emitter. Both compile and both emit loadable glue, so calling the wrong one is not an error — it silently emits OLDER glue, which is how the host-services grant went undelivered for a whole phase while every build stayed green. The grant assertions added with the forwarding are what make that visible: if the builder is pointed back at qt-sdk's generator, these fail instead of a module quietly coming up unprivileged. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>