Re: [Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-07-13 Thread Simone CJB
Confirm that it works like a charm now! Thank you Simone > Il giorno 24/mag/2016, alle ore 20:40, Cjb_SW Freescale > ha scritto: > > Thanks Tres! > You gave me a good input! > Now I'm installing all the c++ stuff, hope that it will work later. > > Thanks again >

Re: [Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-05-25 Thread Thiago Macieira
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

Re: [Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-05-24 Thread Tres Finocchiaro
> > 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

Re: [Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-05-24 Thread Thiago Macieira
Em terça-feira, 24 de maio de 2016, às 21:33:42 PDT, Tres Finocchiaro escreveu: > > Qt 5.5, which did not > > come with a pre-built version for that compiler. Qt 5.6.0 does. > > I'm sorry if there was any confusion. I was intentionally linking the > stack overflow comment, not the dated

Re: [Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-05-24 Thread Tres Finocchiaro
> Qt 5.5, which did not come with a pre-built version for that compiler. Qt 5.6.0 does. I'm sorry if there was any confusion. I was intentionally linking the stack overflow comment, not the dated solution (as many people will read it, it's the first search result, despite it being dated since

Re: [Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-05-24 Thread Thiago Macieira
Em terça-feira, 24 de maio de 2016, às 17:16:14 PDT, Tres Finocchiaro escreveu: > Great. I've also provided these in the comment section of this > stackoverflow article. > > http://stackoverflow.com/questions/32413617/setting-up-qt5-with-visual-studi > o-2015#comment61886529_32413617 That SO

Re: [Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-05-24 Thread Tres Finocchiaro
Great. I've also provided these in the comment section of this stackoverflow article. http://stackoverflow.com/questions/32413617/setting-up-qt5-with-visual-studio-2015#comment61886529_32413617 Best regards, - tres.finocchi...@gmail.com On Tue, May 24, 2016 at 5:13 PM, Simone

Re: [Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-05-24 Thread Simone
It is finally the solution to my problems! Thanks a lot Simone > Il giorno 24/mag/2016, alle ore 20:40, Cjb_SW Freescale > ha scritto: > > Thanks Tres! > You gave me a good input! > Now I'm installing all the c++ stuff, hope that it will work later. > > Thanks

Re: [Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-05-24 Thread Cjb_SW Freescale
Thanks Tres! You gave me a good input! Now I'm installing all the c++ stuff, hope that it will work later. Thanks again Regards Simone Inviato da iPhone > Il giorno 24 mag 2016, alle ore 20:17, Tres Finocchiaro > ha scritto: > > Not sure if this is relevant, but I

Re: [Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-05-24 Thread Tres Finocchiaro
Not sure if this is relevant, but I had a similar issue and it was because I had taken the default options with MSVS 2015 and never explicitly installed a C++ compiler. What worked for me was opening Visual Studio, creating a C++ project and Visual Studio prompted to install MSVC 2015. Once that

[Interest] Qt 5.6.0, QtCreator 3.6.0 and MSVC2015 - Compiler Issue

2016-05-24 Thread Cjb_SW Freescale
Dear All, I want to use Qt 5.6 on Windows (my OS is Win10 64bit) with MSVC2015. I have downloaded Qt 5.6.0 x86_MSVC2015 prebuilt binaries, together with QtCreator 3.6 I also have MSVC2015 professional, which was already installed on my machine. I can run QtCreator, but I can't configure a