https://bugs.kde.org/show_bug.cgi?id=403058

--- Comment #4 from Christoph Feck <cf...@kde.org> ---
Minor Qt updates _can_ update internal API or data layout, and any code that
accesses the internal API needs to be recompiled against the new Qt. That's why
Qt's plugin system throws the version mismatch error, even if it cannot know if
there really is an incompatible change. Better safe (sane error message) than
sorry (just crash and nobody knows why).

For "normal" Qt code, you do not need to recompile.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to