How to install Qt for MSVC without the Microsoft IDE?

3

Is it possible to install Qt and the MSVC compiler without installing the Microsoft IDE?

I downloaded this version of Qt 5.4.0 for Windows 32-bit (VS 2013, OpenGL, 694 MB) and installed, but I do not have much knowledge of microsoft products, I believe I have to install the MSVS 2013, but when installing I just installed Microsoft together. Is it possible to install or download only the "compiler"?

    
asked by anonymous 20.01.2015 / 17:19

1 answer

3

Can not .

The Windows SDK used to come with the command-line compiler, separate from Visual Studio. But as of version 8, it no longer comes with the compiler. The solution however is simple: Install Visual Studio. You do not need to open or use the IDE, just leave it installed.

If you really prefer, you can install version 7 of the Windows SDK, but I do not recommend (and probably will not be compatible with this version of Qt).

    
20.01.2015 / 18:05