Details
Description
In QtC, linking of a plugin shouldn't make all its dependents relink with it. That's the point with dynamic libraries.
If there has been an API change, the dependents should detect it by header referencing and recompile (and link) themselves.