If I want to Build and run my application in Qt 5.0, nothing happens. I do not get any errors or something. Just nothing.
Some more information:
I have Windows 7 64-bit
Qt Creator 2.8 (Based on Qt 5.0)
I'm using a MSVC compiler
Here are some screenshot:
This is my current kit.
These are my compilers:
You downloaded a MSVC2010 (i.e. MSVC 10) package of Qt and are trying to use it with MSVC2013 (i.e. MSVC 12, as detected by Qt).
That's of course not possible, you need a Qt build matching your compiler.
(If "of course" seems like an overstatement to you, ask Microsoft to keep binary compatibility across its compiler versions.)