[Qt-creator] Enable verbose build output

Christian Kandeler christian.kandeler at theqtcompany.com
Thu Jan 29 12:09:20 CET 2015


On 01/29/2015 06:20 AM, Andrii Anpilogov wrote:
> I need to see whole build output when I compile QBS project.
>
> So far Qt Creator filters some messages (for example. printed by print()
> function).

Creator doesn't filter these messages, they are just hardwired to go to 
the console.

> I also can't find a way to enable verbose output for qbs (pass -v
> option). I have to run it in commandline:
>  > qbs build --settings-dir path_to_qtctreator_settings -v

There is the QBS_LOG_LEVEL environment variable. But setting it is not 
recommended, as the output will overflow Creator's output panes for any 
non-trivial project.


Christian



More information about the Qt-creator mailing list