Qt 4.7.1, problems with configuring Qt Creator and VS 2010

On my computer (Win7 32, VS2010 Ultimate) I would like to add Qt Creator and Qt Visual Studio, both versions of LGPL.

Nokia sites have minGW and VS2008 versions for Qt frameworks; I did not find VS 2010 version.

So, I installed the Qt SDK 2010.05 SDK and the following steps were taken on the VS 2010 command line:

configure -static
nmake sub-src

I checked Qt Creator and successfully executed. After completing the translation, I installed VS 2010 add, I tried to add a new version of Qt to the path

C:\Qt\2010.05\qt

But the following error message appeared:

Qt in this path was built using minGW

He does not understand why, because the translation was done for VS2010.

Where is the mistake? How to install it correctly?

+3
2

Qt, VS libqtmain.a libqtmaind.a, , MinGW. , ? Qt .

, .

+5

FWIW, Vs2008 VS2010. - . , VS, Qt- VS2010.

AFAIR : , . , mingw Qt, VS . : Qt 4.5 Visual ++ 2010

0

Source: https://habr.com/ru/post/1776838/


All Articles