Force output in QtCreator for console app

c++, console, output, qt, qt-creator

Solution

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

Problem

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.

Original source

Related problems