[Interest] Qt Windows console app

Igor Mironchik igor.mironchik at gmail.com
Wed Jul 13 08:15:02 CEST 2016


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
>




More information about the Interest mailing list