Compilation error
Closed this issue · 6 comments
frederic2ec commented
Hi,
I have some little error on CMake Gui when I compile for Visual Studio
The error:
http://pastebin.com/dPBi838C
Thank you!
lolzballs commented
Please install MSVC first.
frederic2ec commented
I have already installed MSVC.
lolzballs commented
First of all, you don't have a msvc 2015 version of Qt installed (it doesn't exist yet). You will need the correct version of MSVC corresponding to the Qt libraries you have installed. The bundled MinGW from Qt should include everything you need.
frederic2ec commented
You say I need Visual Studio 2013 and not 2015?
elken commented
Yes.
frederic2ec commented
Thank you, I will test it