Hello,

I've installed the Qt 5 package released today, that comes with Qt Creator 2.6.1. Trying to compile an example gives me this error:
Qt Code:
  1. :-1: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.
To copy to clipboard, switch view to plain text mode 

After this I downloaded and installed Visual Studio Express 2012. After installing it, on Qt Creator on the build configuration screen of the example project, it says that there's 'No compiler set on kit'. Here's a print of the screen:

qtc.jpg

I tried clicking on 'Manage kits':

qtc.jpg

There's an autodetected kit with no compiler set for it. Clicking on 'manage' for the empty compiler field takes me to the 'compilers' tab, that shows several different visual c++ compilers. Clicking any of them does nothing.

How do I set visual studio's compiler on qt creator?