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
chore(build/common.prf): drop Qt5 versioned wrapper fallbacks; rely on explicit/generated path
Remove the hard-coded auto-selection of checked-in wrapper sets
(`generated_cpp_50`, `_54`, `_56`, `_511`, `_515`) for Qt5. The build
now relies solely on:
* an explicit `PYTHONQT_GENERATED_PATH` provided by the caller, **or**
* the default `$$PWD/../generated_cpp` when it exists,
and otherwise fails fast with a clear error message listing where we
looked.
0 commit comments