Details
-
Change Request
-
Resolution: Out of scope
-
P4: Low
-
None
-
None
Description
The previous system of using QT_NO_DEBUG macros to prevent ObjectDump code being compiled in release builds failed when the -release flag was passed to configure. In order to re-introduce these macros, the debugging classes must be made non-QObject-derived, so that moc will ignore them.