Symbian^3 设备上的 QtWebKit 4.7.2 问题

发布于 2024-10-23 14:01:29 字数 534 浏览 4 评论 0原文

我目前正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白色秋天 2024-10-30 14:01:29

你尝试过吗:

import Qt 4.7
import org.webkit 1.0

Have you tried:

import Qt 4.7
import org.webkit 1.0

?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文