nobodyhere wrote: > thanks for the links - I will definitely read debug.html > > PS: The reason I considered it Qt Creator list, is that I was specifically > asking about stdout not showing up in the Qt Creator GUI's "Application > Output". However, qDebug() did show up in the Qt Creator "Application Output
If you want to use printf() or std::cout you need to add CONFIG += console to your project (.pro) file. Cheers, Brad _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
