Hello all,

I have a plugin that I'm attempting to use that links to a library that my main application makes no use of. When run in my application, it crashes (seg-fault). When run as a standard application (built an application to use the plugin as a normal class rather than a plugin), it works fine.

How do I convince my Qt plugins that are linked to other libraries to work?