Visual Studio Plugin Issues (4.7)
Hi all
I just got into Qt (4.7) and would like to use it with my MSVC2010 environment. I read through the docs and post but dont seem to be able to get the plugin to work.
Here is what I did:
1. Recompile the whole thing:
Code:
nmake distclean
configure -platform win32-msvc2010 -debug-and-release -opensource
nmake
(it compiles after fixing the moc issue :) )
2. set QTDIR (in my case: "QTDIR = e:\Qt\2010.05\qt")
3. set the PATH (in my case: "E:\Qt\2010.05\bin;E:\Qt\2010.05\qt\bin")
4. Install the MSVC addin (1.1.6)
I now have the following problem:
When setting the path in Qt options (within Visual Studio) i get a "Qt in the given path was build using MinGW" which im extremely sure i didn't do (see above)
Also, the QTDIR environment var seems to be ignored by the plugin.
Anyone?
Cheers,
Michael
Re: Visual Studio Plugin Issues (4.7)
If anyonel has the same problem:
Download the library and NOT the full SDK. A bit more detail here: MSVC 2010 Add-In for Qt