[Qt-creator] Setup of Projects with CMake & VS Compilers

Michael Jackson imikejackson at gmail.com
Thu Feb 14 00:30:42 CET 2013


Thanks for the info. I more or less got things setup with the exception that I need to install the standalone debugger from the SDK. Tried the web installer from MS but that just gave some errors. Anyways, I am on my way. Thanks again.

--
MJ.

On Feb 13, 2013, at 12:43 PM, Alexander Rukletsov wrote:

> Hi,
> 
> I use this setup in my daily work. If you use a recent version of
> CMake, you need to set-up a "kit" first, otherwise choose the
> corresponding nmake generator when opening CMakeLists.txt. Once the
> kit is set, open CMakeLists, provide parameters to cmake binary, and
> run the generator. If you have a complex project, you may use
> cmake-gui to tune cmake vars and re-generate the project into the
> build folder created by QtCreator.
> 
> Hope this helps,
> Alex
> 
> 
> On 13 February 2013 16:30, Michael Jackson <imikejackson at gmail.com> wrote:
>> Not sure which list (this or the CMake List) to ask on so I'll try here first.
>> 
>> If I understand correctly QtCreator on Windows can use the VS Compilers/Debugger. My project is managed with CMake instead of QMake and I was curious if anyone else is using this combination and could give some pointers on how to setup the environment to use QtCreator in this way? What generator do I use? What kind of env vars need to be setup ahead of time. Stuff like that.
>> 
>> Thanks
>> -----
>> Mike Jackson




More information about the Qt-creator mailing list