Łukasz Przeniosło
Łukasz Przeniosło

Reputation: 2949

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.

Upvotes: 5

Views: 628

Answers (1)

krzaq
krzaq

Reputation: 16421

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

helper screenshot

Upvotes: 6

Related Questions