将 Qxt 插件添加到 Designer

发布于 2024-09-06 08:27:27 字数 144 浏览 7 评论 0原文

我在将 Qxt 库添加到 Qt Designer 时遇到问题。它给出的错误是:

无法加载库C:/Qt/4.6.2/plugins/designer/QxtDesignerPlugins.dll;找不到指定的模块。

关于问题是什么有什么想法吗?

I'm having a problem with adding the Qxt library to Qt Designer. The error it gives is:

Cannot load library C:/Qt/4.6.2/plugins/designer/QxtDesignerPlugins.dll; The specified module cannot be found.

Any ideas on what the problem is?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

渔村楼浪 2024-09-13 08:27:27

尝试将 QT_DEBUG_PLUGINS 环境变量设置为 1,然后重试。这应该会为您提供一些额外的调试输出,有助于隔离问题。

Try setting the QT_DEBUG_PLUGINS environment variable to 1 and then try again. This should give you some additional debug output that will help isolate the problem.

回心转意 2024-09-13 08:27:27
  1. 您检查过该文件是否确实存在吗?
  2. 通常,设计器插件的问题是它们安装在错误的目录中,或者链接到不同的 Qt(特别是调试与发布)。
  1. Did you check that this file is actually there?
  2. Usually, the problem with designer plugins is that they're installed in the wrong directory, or linked against a different Qt (esp. debug vs. release).
↘人皮目录ツ 2024-09-13 08:27:27

检查插件本身是否可以找到它所依赖的所有 dll。使用depends.exe(依赖项检查器)或FileMon.exe 来查找。

该错误消息可能有点误导,因为如果也缺少任何主要 dll 依赖项,错误消息也是一样的。

Check that the plugin itself can find all the dlls it depends on. Use depends.exe (Dependency Checker) or maybe FileMon.exe to find out.

The error message can be a bit misleading, as it is the same if any of the primary dlls dependencies are missing too.

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