Qt 5.9 x32 with msVC 2017
-
Hi,
Since you are using Qt 5.9 anyway, why not install the VS2017 version of Qt 5.9 ?
-
Maybe a silly question, did you the C++ option when installing Visual Studio ? It's not on by default.
-
Did you use the online installer or the offline ?
-
You'll have to build it yourself. Pre-Built package for VS2017 is only provided in 64 bit (see this comment).
However, if you'd rather avoid self-compiling Qt, you an use the 32Bit VS2015 build with 2017. VS2017 is the first version of Visual Studio that is backward compatible. But it's only valid for VS2015.
You'll have to clone the kit and configure it to use the VS2017 compiler.
-
It's all in the documentation but like I wrote before, you can use the VS2015 pre-built with the VS2017 compiler which is likely the simplest way.
-
@Cobra91151 Qt 5.9 is the first version officially supporting VS2017 although you can try to build older version as well but you may encounter problems.