i installed Qt Creator with Qt5.15 by Qt maintenance tool and i`m missing the debug dlls like QtCored.dll in my bin folder of mingw...what can i do?
Asked
Active
Viewed 459 times
3
-
I have the same problem. Did you find a solution? Is there anyone out there with a solution? – nurdglaw Dec 24 '20 at 13:52
-
I installed an old version. I didn't find a solution till now... – Stebo Dec 25 '20 at 17:00
-
What problem is it causing? I'm seeing the same thing - I can build and run OK from Qt Creator, but I also need to do scripted builds from the command line, and they seem to need Qt*d.dll. I've asked another question - https://stackoverflow.com/q/65439836/2303274 – nurdglaw Dec 25 '20 at 18:34
-
I was able to fix my problem by doing a clean build. So, what problem is the absence of debug dlls actually causing you? – nurdglaw Dec 29 '20 at 09:09
-
The problem is when you include some none-Qt (e.g. c, c++) dlls which needs the debug dlls – Stebo Dec 30 '20 at 12:48
-
I'm not sure, but I suspect that Qt no longer add a "d" suffix to their debug .dlls. What happens if you link your project with Qt5Core.dll rather than Qt5Cored.dll? – nurdglaw Dec 30 '20 at 13:07