[Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue
Thiago Macieira
thiago.macieira at intel.com
Wed May 25 08:42:42 CEST 2016
Em quarta-feira, 25 de maio de 2016, às 00:14:08 PDT, Tres Finocchiaro
escreveu:
> > The solution for the original question is to upgrade Qt or to build from
> > sources.
>
> And part of that solution is to have a properly configured Visual Studio
> C++ environment, which I've addressed as well as the "Upgrade" portion.
> I'm not sure the problem here.
>
> > Your solution is to the problem of "I don't have a C++ compiler".
>
> No. There are many solutions to a missing C++ compiler. My comment (not a
> solution!) is specific to Visual Studio 2015's C++ compiler. Its
> contextually relevant to both the title as well as the description of the
> OP, especially considering it's where people land when they're setting
> things up. Perhaps the best solution is to provide this information on the
> Qt installation instructions page before people download the IDE, but I'm
> not familiar enough with Visual Studio to know what the defaults are, so
> I've left a breadcrumb for people in need.
It has never been required for me, for any version of Visual Studio I've
installed from 2005 to 2015 inclusive. As long as the compiler is properly
installed, Qt Creator can find it.
You said it yourself,
> it was because I had taken the default options with MSVS 2015 and never
> explicitly installed a C++ compiler.
Installing the compiler is off-topic. If you can't create an application with
your toolchain without using Qt and Qt Creator, adding Qt and Qt Creator to
the mix won't solve the issue. You need to fix the toolchain first.
Indeed, when you tried to see if you could, Visual Studio offered to install
the compiler for you.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list