[Qt-qml] Webkit plugin for QML on S60

Jack Wootton jackwootton at gmail.com
Mon May 24 16:28:04 CEST 2010


ok, thanks.  Modifying the pkg file seems to be god enough for now :)

On Mon, May 24, 2010 at 3:26 PM, <shane.kearns at accenture.com> wrote:

>  Hi Jack,
>
>
>
> This is a known issue - related to
> http://bugreports.qt.nokia.com/browse/QTBUG-10148
>
> The correct way of deploying plugins is different for the general purpose
> ones like webkit, compared to plugins which are part of the application
> (e.g. the dll part of the minehunt example)
>
>
>
> Best Regards,
>
>
>
> Shane Kearns
>
>
>
> --
>
> Communications with Accenture or any of its group companies (“Accenture
> Group”) including telephone calls and emails (including content), may be
> monitored by our systems for the purposes of security and the assessment of
> internal compliance with company policy. Accenture Group does not accept
> service by e-mail of court proceedings, other processes or formal notices of
> any kind.
>
>
>
> Accenture means Accenture (UK) Limited (registered number 4757301),
> Accenture Technology Solutions Limited (registered number 4442596), or
> Accenture HR Services Limited (registered number 3957974), all registered in
> England and Wales with registered addresses at 30 Fenchurch Street, London
> EC3M 3BD, as the case may be.
>
>
>
> *From:* qt-qml-bounces at trolltech.com [mailto:qt-qml-bounces at trolltech.com]
> *On Behalf Of *Jack Wootton
> *Sent:* 24 May 2010 14:38
> *To:* qt-qml at trolltech.com
> *Subject:* [Qt-qml] Webkit plugin for QML on S60
>
>
>
> 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
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information. If you have
> received it in error, please notify the sender immediately and delete the
> original. Any other use of the email by you is prohibited.
>



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


More information about the Qt-qml mailing list