Qt6 missing mingw_64 debug libraries
Unsolved
Installation and Deployment
-
After installing the mingw_64 libraries for Qt6, no debug libraries have been created.
In Qt5 the binaries installed included (for example) "Qt5Core.dll" and "Qt5Cored.dll". After installing Qt6 versions 6.0.4 and 6.2.2, neither have the debug binaries included. Instead there is a "Qt6Core.debug" file.
What is the use of this? When creating basic hello world programs (either in CLion or QT Creator) errors are thrown saying "QT6Cored.dll" cannot be found (and I have confirmed its not in the installed binaries).
Is this an incorrect install, or am I doing something wrong?