[Qt-qml] Webkit plugin for QML on S60

Jack Wootton jackwootton at gmail.com
Mon May 24 15:38:07 CEST 2010


Hello,

I have an app installed onto a Nokia device.  The application using a QML
file loaded from a Qt resource file.  This all works fine.  However when I
try to import webkit using:

import org.webkit 1.0 as MyWebkit

the QML file doesn't load.  There are two things I noticed:

1. The webkit plugin binary webkitqmlplugin.dll is not in sys\bin on the
device
2. The plugin directory for webkit does not exist on the device.  In the SDK
this is:

\epoc32\winscw\c\resource\qt\imports\org\webkit

where two files required to load the actualy plugin are located:
webkitqmlplugin.qtplugin and qmldir

I would expect to see something similar on the device, but it isn't there.
I have tried adding webkitqmlplugin.dll to the automatically generated *.pkg
file.  This does put the binary in sys\bin, but I think without the plugin
stub files, webkit plugin can't be used.

-- 
Regards
Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20100524/b17d462b/attachment.html 


More information about the Qt-qml mailing list