On Wed, 10 Aug 2011 16:23:18 +0800 ext xz kong <[email protected]> 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 _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
