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 -- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
