[Qt-interest] About Plugin Architecture in QT‏

Oliver.Knoll at comit.ch Oliver.Knoll at comit.ch
Tue May 12 12:19:34 CEST 2009


hakiim warrick wrote on Tuesday, May 12, 2009 9:50 AM:

> ...
> There is no problem when we dont use another library in the plugin,
> our plugin becomes a new menu in the plugandpaint's gui. 
> But when we want to use a library(OpenCV-Intel's Open Computer Vision
> Library) while writing our plugin, it just wont...

Keep in mind that all dependencies your plugin has (other libraries) need to be in the PATH (LD_LIBRARY_PATH on Unix) at runtime. On Windows try putting them into the directory where your main *.exe is.

Cheers, Oliver





More information about the Qt-interest-old mailing list