Qt 发布版本需要调试 DLL
我在部署应用程序时遇到一个相当奇怪的问题...我在发布模式下编译应用程序,但是当我尝试运行它时,它需要 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我包括了一个调试第三方库构建,而不是一个发行版......包括后一个修复了错误。
I was including a debug 3rd party library build, rather than a release one ... Including the latter one fixed the errors.