Hey all,

I'm using Qt creator 3.3.1 under linux with Qt 5.4.1. I had been using an earlier version of Qt creator for quite a while with no issues, but I took a long break and when I came back, I updated my environment (creator updated to 3.3.1, Qt updated from 5.3.x to 5.4.1). Under this environment, all messages routed through qDebug(), qWarning, and qFatal() are not shown in the application output tab, where they had worked fine earlier. I see lots of messages about this problem being limited to Windows and to install some Windows debugging tools, but I'm not in a Windows environment. This is really slowing down my development, as I use these messages to track the state of my applications for debugging purposes (both with and without the debugger). How is everyone else working around this issue?