PDA

View Full Version : qDebug() no longer working



Doug Broadwell
22nd May 2007, 23:15
I upgraded from 4.1.1 to 4.2.3 and now qDebug() is no longer outputting messages to the command window. QT_NO_DEBUG_OUTPUT was not defined during the make. The .pro file does contain the lines:

win32 CONFIG += console
CONFIG += debug

??
Thanks,
Doug

wysota
22nd May 2007, 23:18
You might want to try putting a colon after "win32".

Doug Broadwell
22nd May 2007, 23:35
That did it, thank you very much.

Doug