mirror of
https://github.com/logos-co/logos-plugin-qt.git
synced 2026-08-27 08:51:07 +00:00
f33f264abb6d628cc78cf926f9f33c7cc8252151
A universal UI plugin (type: ui_qml) derives a QtRO SimpleSource whose .rep slots are Qt-typed, so there's no reason to pin it to the std api-style: flip it to `qt` so its modules().<dep> dependency wrappers come out Qt-typed (QString/int), matching the view with no std<->Qt conversions. core universal and cdylib modules stay on the Qt-free `lp` surface; legacy stays `qt`. Pairs with logos-qt-sdk's LogosUiPluginContext (logos-co/logos-qt-sdk#3). Part of a 4-repo change (qt-sdk + plugin-qt + module-builder + tutorial). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
logos-plugin-qt
The Qt-specific build logic (CMake module, plugin compilation, header generation) as a standalone backend that logos-module-builder delegates to.
This enables swapping the plugin technology without changing the module builder or individual modules.
Languages
Nix
49.6%
C++
45%
CMake
3.3%
Shell
1.4%
C
0.7%