c++qtdeploymentqt-creator

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).

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


Solution

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