Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Force output in QtCreator for console app

When I am using Qt Creator to make a widget app, the text output is redirected to the Qt Creator built in console (For example from QDebug function). When I work with a console app however, the text output is redirected to a separate terminal window. How Can I decide where does the output go in Qt Creator? I would appreciate all help.

like image 988
Łukasz Przeniosło Avatar asked Oct 16 '16 18:10

Łukasz Przeniosło


1 Answers

Uncheck [✓] Run in terminal in your project options:

helper screenshot

like image 121
krzaq Avatar answered Oct 14 '22 00:10

krzaq