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
> 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 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 was done, relaunched 
>> QtCreator and it was fine.
>> 
>> 
>> 
>> - tres.finocchi...@gmail.com
>> 
>>> On Tue, May 24, 2016 at 1:02 PM, Cjb_SW Freescale  
>>> wrote:
>>> 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 compiler for that version of 
>>> Qt, since I do not have MSVC2015 in the auto-detected compilers tab.
>>> 
>>> And of course I cannot work..
>>> 
>>> Any suggestion?
>>> Thanks
>>> Simone
>>> 
>>> ___
>>> Interest mailing list
>>> Interest@qt-project.org
>>> http://lists.qt-project.org/mailman/listinfo/interest
>> 
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 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

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 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.

Best regards,
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 solution (as many people will read
> it, it's the first search result, despite it being dated since it has a
> very similar symptom).

The solution for the original question is to upgrade Qt or to build from 
sources.

Your solution is to the problem of "I don't have a C++ compiler".

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 it has a
very similar symptom).
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 question was about support for MSVC2015 with Qt 5.5, which did not 
come with a pre-built version for that compiler.

Qt 5.6.0 does.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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  wrote:

> It is finally the solution to my problems!
>
> Thanks a lot
> Simone
>
>
>
> Il giorno 24/mag/2016, alle ore 20:40, Cjb_SW Freescale <
> cjb.sw.nos...@gmail.com> 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
> Regards
> Simone
>
> Inviato da iPhone
>
> Il giorno 24 mag 2016, alle ore 20:17, Tres Finocchiaro <
> tres.finocchi...@gmail.com> ha scritto:
>
> 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 was done, relaunched
> QtCreator and it was fine.
>
>
>
> - tres.finocchi...@gmail.com
>
> On Tue, May 24, 2016 at 1:02 PM, Cjb_SW Freescale  > wrote:
>
>> 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 compiler for that version of
>> Qt, since I do not have MSVC2015 in the auto-detected compilers tab.
>>
>> And of course I cannot work..
>>
>> Any suggestion?
>> Thanks
>> Simone
>>
>> ___
>> Interest mailing list
>> Interest@qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
>>
>>
>
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 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 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 was done, relaunched 
>> QtCreator and it was fine.
>> 
>> 
>> 
>> - tres.finocchi...@gmail.com
>> 
>>> On Tue, May 24, 2016 at 1:02 PM, Cjb_SW Freescale  
>>> wrote:
>>> 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 compiler for that version of 
>>> Qt, since I do not have MSVC2015 in the auto-detected compilers tab.
>>> 
>>> And of course I cannot work..
>>> 
>>> Any suggestion?
>>> Thanks
>>> Simone
>>> 
>>> ___
>>> Interest mailing list
>>> Interest@qt-project.org
>>> http://lists.qt-project.org/mailman/listinfo/interest
>> 
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 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 was done, relaunched 
> QtCreator and it was fine.
> 
> 
> 
> - tres.finocchi...@gmail.com
> 
>> On Tue, May 24, 2016 at 1:02 PM, Cjb_SW Freescale  
>> wrote:
>> 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 compiler for that version of 
>> Qt, since I do not have MSVC2015 in the auto-detected compilers tab.
>> 
>> And of course I cannot work..
>> 
>> Any suggestion?
>> Thanks
>> Simone
>> 
>> ___
>> Interest mailing list
>> Interest@qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
> 
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


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 was done, relaunched
QtCreator and it was fine.



- tres.finocchi...@gmail.com

On Tue, May 24, 2016 at 1:02 PM, Cjb_SW Freescale 
wrote:

> 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 compiler for that version of
> Qt, since I do not have MSVC2015 in the auto-detected compilers tab.
>
> And of course I cannot work..
>
> Any suggestion?
> Thanks
> Simone
>
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[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 compiler for that version of
Qt, since I do not have MSVC2015 in the auto-detected compilers tab.

And of course I cannot work..

Any suggestion?
Thanks
Simone
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest