Installation Error Qt Creator
-
hi,
I have installed Qt5.4.0 Creator on a windows7 laptop however my project could not be build. In my laptop i have visual studio 2013 installed.
The project is just a fresh Qt Widgets Application.
the below image shows the error:
(https://ddgobkiprc33d.cloudfront.net/2948d78e-8107-443d-894e-4c6dd100b25a.jpg)
Please advise. Thank you.
-
@qt-1234 said in Installation Error Qt Creator:
Qt5.4.0 Creator
I guess you mean Qt 5.4.0? Qt is not the same as QtCreator.
Why do you use such an old Qt version?
What exact Qt version did you install? One for Visual Studio 2013? -
@qt-1234 said in Installation Error Qt Creator:
Qt Creator 3.3.0 based on Qt 5.4.0
This does not answer my question: which Qt version do YOU use (not which Qt version was used to build QtCreator)?
So, which exact Qt version did you install?
Also, QtCreator is an IDE and doesn't matter much. Important is Qt which a framework you're using to write your app. -
@qt-1234 said in Installation Error Qt Creator:
i installed qt5.4.0
For Visual Studio 2013 or which one?
Also, why not a current version? -
-
@qt-1234 said in Installation Error Qt Creator:
says file not found MSVCRT.lib
No, it says it can't resolve some symbols. This usually happen if wrong version of a lib is linked.
Can you show your Kit?