QDebug output in dos Shell
-
Hi All,
I've a question for you: from 3 days when I run my app from qtcreator it with application open also a dos shell where "qDebug()<<" command put output.
Some of you do you know how can i remove this feature.Thanks.
-
Have you tried doing release builds?
-
Try
@
CONFIG -= console
@ -
Where is this check in project settings?
-
I'm compiling in release mode and i've tryed with CONFIG -=console, and i've also check abput the console option in run setting and it is disable, but i've always the same problem.
Any other ideas?
-
Any others ideas?
-
I know that could a very stupid question but to recreate makefile i should simply go on debug menu and pres qmake.
This is what i do. Is this right?
Thanks
-
Ok thanks a lot for your quickly reply.
-
No my problem is unsolved at now.
-
But the great issue also is that i do not know how and when this "feature" come...
-
I'm using QApplication.