I\'m making the transition from Eclipse CDT (with Qt integration plugin) to QtCreator 2.0 but there is still one thing that bother me with QtCreator :
When I debug in Qt
Have you tried to add the following line to your .pro?
OUTPUT += Console
Then you can output on std::cout.