Symbian^3 设备上的 QtWebKit 4.7.2 问题
我目前正在使用 Qt SDK 1.1 beta 编写 QML 应用程序,并且正在使用 QtWebKit。该应用程序在 Windows 和模拟器中运行良好,但是当我尝试在 Symbian^3 设备 (N8) 上运行它时,出现以下错误:
[Qt Message] file:///C:/Private/ef18eef4/qml/qml/inlinehtml.qml:42:1: plugin cannot be loaded for module "QtWebKit": The file 'C:/resource/qt/imports/QtWebKit/qmlwebkitplugin.qtplugin' is not a valid Qt plugin.
import QtWebKit 1.0
^
我尝试运行的任何 QtWebKit 示例也是如此。我将 QtSDK\Symbian\sis\Symbian^3\Qt\4.7.2 中找到的 qt.sis 和 qtwebkit.sis 安装到设备上。
关于可能导致此问题的原因有什么想法吗?谢谢。
I'm currently writing a QML application using the Qt SDK 1.1 beta and I'm making use of QtWebKit. The application works fine on Windows and within the simulator, but when I try to run it on a Symbian^3 device (N8), I get the following error:
[Qt Message] file:///C:/Private/ef18eef4/qml/qml/inlinehtml.qml:42:1: plugin cannot be loaded for module "QtWebKit": The file 'C:/resource/qt/imports/QtWebKit/qmlwebkitplugin.qtplugin' is not a valid Qt plugin.
import QtWebKit 1.0
^
This is also the case with any of the QtWebKit examples that I try to run. I installed qt.sis and qtwebkit.sis found in QtSDK\Symbian\sis\Symbian^3\Qt\4.7.2 to the device.
Any ideas on what could be causing this problem? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你尝试过吗:
?
Have you tried:
?