You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(generator): normalize macOS framework includes to bare Qt headers
Follow-up of 19738be ("feat(generator): discover Qt include/framework
paths dynamically; add PYTHONQT_FRAMEWORK", 2025-09-18).
On macOS, headers parsed from framework paths like:
.../QtCore.framework/Headers/qbytearray.h
.../QtCore.framework/Versions/A/Headers/qbytearray.h
were emitted as relative framework paths.
Update `AbstractMetaBuilder::getRelativeInclude()` to detect both layouts
and emit only the basename (e.g., `<qbytearray.h>`).
0 commit comments