How to install Qt for MSVC without the Microsoft IDE?

Asked

Viewed 103 times

3

You can 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 MSVS 2013, but when installing I end up installing Microsoft IDE together. It is possible to install or download only the "compiler"?

1 answer

3


Is not possible.

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

If you really prefer, you can install version 7 of Windows SDK, but not recommend it (and it probably won’t be compatible with this version of Qt).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.