Thank you guys, I really forgot to add CONFIG += console...

Fixed.

On 13.07.2016 09:11, Thiago Macieira wrote:
Em quarta-feira, 13 de julho de 2016, às 08:34:32 PDT, Igor Mironchik
escreveu:
Hello.

I've written console app that prints to stdout with QTextStream and
qDebug().

On Linux all messages print to console, while on Windows I see nothing.

But when I launch app from QtCreator I see output of the application in
QtCreator.

What it can be? Hot to fix it?
Add to your .pro file:

CONFIG += console


_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to