Qt 发布版本需要调试 DLL

发布于 2024-11-30 16:54:55 字数 146 浏览 0 评论 0原文

我在部署应用程序时遇到一个相当奇怪的问题...我在发布模式下编译应用程序,但是当我尝试运行它时,它需要 QtCored4.dll (注意字母 d)。

为什么它不需要非调试 dll,而是 QtCore4.dll?

I have a rather weird problem deploying my application ... I compile the application in Release mode, but when I try to run it it requires QtCored4.dll (notice the letter d).

Why doesn't it require the non-debug dll, QtCore4.dll instead?

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

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

发布评论

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

评论(1

画尸师 2024-12-07 16:54:55

我包括了一个调试第三方库构建,而不是一个发行版......包括后一个修复了错误。

I was including a debug 3rd party library build, rather than a release one ... Including the latter one fixed the errors.

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