On 24 Apr 2010, at 22:22, Robert Hairgrove wrote: >> > > This is also an issue in non-Qt apps. Just change this line: > std::cout << "test"; > to this: > std::cout << "test" << std::endl; > > On some platforms (*nix, I think) you need to do this in order to keep > the next output from overwriting the line "test".
Thanks it now works! The CONFIG += console line appears to have no effect on OSX either way. I suppose it's really for Windows? I've not been able to get printf to work though, even with a '\n'. > _______________________________________________ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator
_______________________________________________ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator