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?