Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error with Compiling Qt 5.0

Tags:

c++

qt

qt5

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

like image 538
SjonTeflon Avatar asked Aug 23 '26 12:08

SjonTeflon


1 Answers

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

like image 112
peppe Avatar answered Aug 25 '26 00:08

peppe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!