summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/examples/platformplugin/README
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/examples/platformplugin/README')
-rw-r--r--WebKit/qt/examples/platformplugin/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/qt/examples/platformplugin/README b/WebKit/qt/examples/platformplugin/README
index 47ef797..e220d04 100644
--- a/WebKit/qt/examples/platformplugin/README
+++ b/WebKit/qt/examples/platformplugin/README
@@ -6,6 +6,9 @@ that will provide combo boxes popups to QtWebKit.
QtWebKit will look for the plugins automatically so there is no need to make any other configuration to
put the plugin into use. To stop using the plugin just remove the directory $$[QT_INSTALL_PLUGINS]/webkit.
+A copy of qwebkitplatformplugin.h is provided with the example, as platform plugins should not depend
+on the precense of QtWebKit to build.
+
This plugin can provide popups for <select multiple> elements but to use this feature QtWebKit must be
compiled with NO_LISTBOX_RENDERING enabled.