Well, I gave it a try and when I tried to write something to the console, e.g.
Qt Code:
  1. std::cout << "Hello World!" << std::endl;
To copy to clipboard, switch view to plain text mode 
it just didn't work while it (obviously) does when the application is a pure console application.