It seems like qDebug and other console-writes don't output anything to the application output-pane. It builds fine and starts the application, debugger etc works fine. To recreate it just create an empty console project and add some debug output.
When I run the compiled program from a terminal it outputs it as expected in the terminal.
Am I missing a package or something?