C.4.1.  Building a Debuggable Target

[ fromfile: debugging.xml id: builddebug ]

[Tip] Building Qt with Debugging Symbols

In Win32, it's a menu choice you can click on. On *nix platforms, after unpacking the source code tarball, pass a parameter to the configure script before building, and your Qt library can be built with debug symbols.

./configure --enable-debug
make
make install