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:
(it compiles after fixing the moc issueQt Code:
nmake distclean configure -platform win32-msvc2010 -debug-and-release -opensource nmakeTo copy to clipboard, switch view to plain text mode)
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
Bookmarks