[Interest] Qt Windows console app
Thiago Macieira
thiago.macieira at intel.com
Wed Jul 13 08:11:56 CEST 2016
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
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list