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
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
You might want to try putting a colon after "win32".
That did it, thank you very much.
Doug
Bookmarks