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
_______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
