Re: [Interest] qDebug under Windows

2015-08-10 Thread Thiago Macieira
On Monday 10 August 2015 14:40:58 Jérôme Godbout wrote: > Hi, > I have some problem under Windows to redirect the qDebug() default output, > it seem to go to the Windows "debugger" output and I would like it to be > sent to stdcerr instead. How/where can I change that for Windows (work > normally u

Re: [Interest] qDebug under Windows

2015-08-10 Thread Martin Koller
On Monday 10 August 2015 14:40:58 Jérôme Godbout wrote: > Hi, > I have some problem under Windows to redirect the qDebug() default output, > it seem to go to the Windows "debugger" output and I would like it to be > sent to stdcerr instead. How/where can I change that for Windows (work > normally u

[Interest] qDebug under Windows

2015-08-10 Thread Jérôme Godbout
Hi, I have some problem under Windows to redirect the qDebug() default output, it seem to go to the Windows "debugger" output and I would like it to be sent to stdcerr instead. How/where can I change that for Windows (work normally under Linux)? I think I will have to recompile Qt to do this with