Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15, 6.3
-
None
Description
Configuring Qt to build debug libraries currently does not result in debug versions of the Qt plugins. This makes it so that you cannot easily debug into these libraries using e.g. Qt Creator's DYLD_IMAGE_SUFFIX checkbox.
On Windows, all debug dlls with their pdb's seem to be present as expected (which is also more logical, as these are all linked to debug CRTs and whatnot).