Hi there!

I have installed the qt libraries with the debugging info with my package manager (I'm on linux).

I have also added in the .pro file the command: CONFIG+= debug

and I have cleaned the solution, done a qmake and recompiled.


The problem is that nothing has changed with the last configuration.

I just want to inspect the qt objects.. for instance, seeing what there is inside a qtreewidget or see the various fields of a QPushButton and so on..


Is there anything I've missed?

Cheers