[Qt-interest] About Plugin Architecture in QT
hakiim warrick
hakiim35 at hotmail.com
Tue May 12 12:33:00 CEST 2009
I've carried all dependencies( OpenCV dll's) to our plugin folder that resides under the "plugandpaintplugins" folder.
But it wont produce the dll under the plugins folder of "plugandpaint"..
I've also carried the dependencies near the exe, the exe of the plugandpaint, didnt work either..
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
_________________________________________________________________
Windows Live™ Photos ile fotoğraflarınızı kolayca paylaşımı.
http://www.microsoft.com/turkiye/windows/windowslive/photos.aspx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090512/d677db67/attachment.html
More information about the Qt-interest-old
mailing list