As far as I understand the error message, the linker can't find StaticqjpegPluginInstance::StaticqjpegPluginInstan ce symbol, which means that you are not linking your application with the static plugin.

Do you have CONFIG += static in your .pro file?