PDA

View Full Version : No information on the console



starcontrol
8th April 2008, 14:27
Hi,
I don't understand, why I get no information on my console under WindowsXP.
I use Eclipse as my IDE and during the run process nothing is printed on the console.
I use statements like this:
qDebug("DEBUG: bla bla bla");
If I start my compiled program on the windows command prompt, I don't get any information too.
Do you have any idea ?

wysota
8th April 2008, 14:39
You need to add CONFIG+=console to your qmake project file and rerun qmake.