[webkit-qt] How to make NPAPI plugin work with QtWebKit?
Jocelyn Turcotte
jocelyn.turcotte at nokia.com
Wed Aug 10 03:39:38 PDT 2011
On Wed, 10 Aug 2011 16:23:18 +0800
ext xz kong <kongxz523 at gmail.com> wrote:
> Hi all,
> I've a NPAPI windowless plugin written and a simple browser using
> QWebView. For Firefox, i put the .so file of plugin in the
> ~/.mozilla/plugins and it will work well
> in Firefox. But i don't know how to make it work with QWebView?
> Can anyone help? Thanks!
>
Make sure you enable QWebSettings::PluginsEnabled, it should work with the same paths as Mozilla.
http://doc.trolltech.com/4.7/qtwebkit.html#netscape-plugin-support
Jocelyn
More information about the webkit-qt
mailing list