In Qt we enable netscape-plugin-api on Mac and Windows for WebKit1, but do not enable plugin-process since we do not support plugins on mac and win in WebKit2. This configuration currently does not build.
Created attachment 209176 [details] Patch
Created attachment 209178 [details] Patch
Comment on attachment 209178 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=209178&action=review > Source/WebKit2/Target.pri:18 > +enable?(netscape_plugin_api):enable?(plugin_architecture_unsupported) { enable?(plugin_architecture_unsupported) doesn't read quite well, but well, a hack is a hack. r=me
Committed r154321: <http://trac.webkit.org/changeset/154321>