Hello, I'm trying to make a Qt Plugin that have a method that returns a QWidget subclass, this widget should render a media using libvlc. Libvlc works fine for me in other project that is not a plugin, but when I try to create a plugin whit the "same" code and load it in other application, the plugin loader gives me the errorString "Can not find the specified module". It happens when I use at least one of libvlc functions in my plugin. If somebody knows what could be, please tell me. Thanks.