PDA

View Full Version : qDebug() output



Doug Broadwell
1st November 2006, 20:50
Qt4 with MinGW on Windows.

When I'm working on developing serial port code with QextSerialPort, qDebug() messages are output to the DOS window that my Qt test program was started in. In my other test GUI programs, qDebug() messages don't show up anywhere. I can't find in the QextSerialPort where the difference is. Any ideas?

Thanks

Doug Broadwell
1st November 2006, 21:54
Found it!

Adding "win32: CONFIG += console" to the project file does the trick.