[kubuntu-devel] Qt debug libraries

Jonathan Riddell jriddell at ubuntu.com
Mon Dec 6 23:26:52 UTC 2010


On Tue, Dec 07, 2010 at 11:30:57AM +1300, Matthew Huck wrote:
>      I'm trying to debug into the Qt libraries for our application,
>    however I need to use "qmake-qt4 -query " from the /usr/debug folder

Why do you need to use qmake from /usr/debug?  The
/usr/lib/debug/usr/bin/qmake-qt4 file is the debugging symbols from
/usr/bin/qmake-qt4

To debug use of Qt4 libraries you just need the debugger (usually gdb)
to know to load the symbols from /usr/lib/debug/ which gdb will do
automatically.

Jonathan



More information about the kubuntu-devel mailing list