[CMake] QtCreator generator?

Michael Jackson mike.jackson at bluequartz.net
Fri Nov 11 17:42:00 EST 2011


There should have been a "*.sln" file that you open.?
___________________________________________________________
Mike Jackson                    Principal Software Engineer
BlueQuartz Software                            Dayton, Ohio
mike.jackson at bluequartz.net              www.bluequartz.net

On Nov 11, 2011, at 5:23 PM, David Doria wrote:

>> 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