c++qtqt5

Error with Compiling Qt 5.0


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:
enter image description here
This is my current kit.
enter image description here

These are my compilers:
enter image description here


Solution

  • 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.)