2012/5/14 Mike Jackson <imikejack...@gmail.com>:
> ...
> The link errors occur when I am creating a plugin library
> (SurfaceMeshPlugin) which uses the library that the QFilterWidget is
> compiled into (PipelineLib).

Oh, and just as to rule out the very obvious: so I understand you have
at least two DLLs at this point: your plugin DLL, and the PipelineLib
DLL.

When building your plugin DLL, you DO have a linker statement which
links against PipelineLib DLL, right?

Something as in:

   LIBS += -L/path/to/directory/containing/PipelineLib/ \ -lPipelineLib

Cheers, Oliver
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to