简体   繁体   English

Qt发布版本需要调试DLL

[英]Qt release build requires debug DLLs

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 ). 我在部署我的应用程序时遇到了一个很奇怪的问题……我以发布模式编译该应用程序,但是当我尝试运行它时,它需要QtCored4.dll( 注意字母d )。

Why doesn't it require the non-debug dll, QtCore4.dll instead? 为什么它不需要非调试dll QtCore4.dll呢?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM