Files
RedBear-OS/local/recipes/qt
vasilito 99b4d1576f qtdeclarative: enable QML JIT for Redox with Q_OS_REDOX platform fix
Two changes needed to enable Qt6 QML V4 JIT on Redox:
1. -DQT_FEATURE_qml_jit=ON (was OFF)
2. sed patch adding Q_OS_REDOX to qv4assemblercommon_p.h X86_64 SysV list

Without #2, the JIT PlatformAssemblerBase typedef is never defined
for Redox, causing Address/RegisterID/Jump type errors during compilation.
2026-06-02 08:32:20 +03:00
..