[CMake] QtCreator generator?

David Doria daviddoria at gmail.com
Fri Nov 11 17:23:30 EST 2011


> That is the best way I have found to run CMake on Windows when multiple Visual Studios are installed. There is a Command Prompt short cut called "Visual Studio Command Prompt" that will have all the compiler paths setup for you. What I do is launch that command prompt then issue "cmake-gui.exe" from there and then CMake will know what compilers I want. Note that there are actually 2 different Visual Studio command prompts: one for 32 bit compiles (Win32) and one for the 64 bit compiles (Win64)
>
> Mike Jackson

Great - that worked! It successfully generated a "Code Blocks -NMake
Makefile" project when I ran cmake-gui from the VS2010E terminal.
However, now when I open VS2010E and go to "open -> project", there is
no .vcproj file. How do I open this project in VS2010E?

Thanks,

David


More information about the CMake mailing list