How install QT for MSVC?
-
Its possible install QT and "MSVC compiler" without the "Microsoft IDE"?
I downloaded "Qt 5.4.0 for Windows 32-bit" (VS 2013, OpenGL, 694 MB), I need install MSVC2013? If "yes", its possible install MSVC without IDE (install only "compiler")? Or download only the "compiler"?
I tried http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86.exe, but not work.
-
Hi,
I'm sure there is a way but the easiest way for me was to install MS Visual Studio (Community & Express) for Windows Desktop.
http://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx
Sometimes it is a bit confusing because there are a million different download options and sites from Microsoft for this. But just yesterday, I got it to work with Qt 5.4, Win 8.1, 64 BIt.
On a side note: I can't get Qt 5.4 to work with Windows 7, 32 bit (on an older laptop). Did anyone get this to work?
Thanks
-
If you are not stuck on the M$ compiler the MinGW compiler I think has a smaller footprint and seems to work well.
My client requires the M$ compiler so I had to install the full VS. Not sure there is a way to install the compiler only. I could be wrong through.
-
[quote author="SysTech" date="1421790303"]My client requires the M$ compiler so I had to install the full VS. Not sure there is a way to install the compiler only. I could be wrong through.[/quote]In the past, you could install the Windows SDK, which contained only the compiler + libraries, without the IDE.
From MSVC 2012 onwards, you need to install the full package (including the IDE).
-
"http://www.microsoft.com/en-us/download/details.aspx?id=41151":http://www.microsoft.com/en-us/download/details.aspx?id=41151
but i don't know if it is producing binaries which are compatible with Qt releases. I don't think so...
-
[quote author="raven-worx" date="1421835175"]"http://www.microsoft.com/en-us/download/details.aspx?id=41151":http://www.microsoft.com/en-us/download/details.aspx?id=41151
but i don't know if it is producing binaries which are compatible with Qt releases. I don't think so...[/quote]Interesting; I didn't know of this before.
I can see two potential issues though:
This is only a preview release.
The system requirements says "This package requires VIsual Studio 2013 to be pre-installed on the machine"
-
Your comments are right. I need VS2013 installed.