I have mofied the *.pkg file now to include all three requred files and this seems to have got it working:
"/epoc32/release/$(PLATFORM)/$(TARGET)/webkitqmlplugin.dll" - "!:\sys\bin\webkitqmlplugin.dll" "/epoc32/winscw/c/resource/qt/imports/org/webkit/qmldir" -"!:\resource\qt\imports\org\webkit\qmldir" "/epoc32/winscw/c/resource/qt/imports/org/webkit/webkitqmlplugin.qtplugin" - "!:\resource\qt\imports\org\webkit\webkitqmlplugin.qtplugin" On Mon, May 24, 2010 at 2:38 PM, Jack Wootton <[email protected]> wrote: > 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 > -- Regards Jack
_______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
