On quarta-feira, 22 de janeiro de 2014 10:29:42, André Somers wrote: > Disagree there. There is every reason to run debug application code > against debug Qt libraries. If only because it enables asserts that > catch programming mistakes
There aren't many of those. The Qt front-end API does not assert in invalid arguments, except the containers. But the containers are inline code, so the assertions are enabled if your code is compiled in debug mode. Programmer errors like connecting to a non-existing slot, moving to another thread an object that has a parent, etc. are reported as warnings and those are present in release mode too. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest