I had the same issue with a Qt application. Running it alone provided output on stdout without problem, but I could not see it when running under OpenCppCoverage.
But adding:
But adding:
CONFIG += console
to the .pro file and recompile made it work. So problem solved, but a bit confusing.









