Re: [Interest] Qt 5.3.2 with msvc2017

2018-09-22 Thread Thiago Macieira
On Saturday, 22 September 2018 17:42:42 PDT Russell, Matthew wrote: > Hi, > > Has anyone been able to build Qt 5.3.2 with MSVC 2017? I'm running into a The first version to support MSVC 2017 was 5.8. No earlier version works with it. Versions earlier than 5.9 also specific changes to the config

[Interest] Qt 5.3.2 with msvc2017

2018-09-22 Thread Russell, Matthew
Hi, Has anyone been able to build Qt 5.3.2 with MSVC 2017? I'm running into a weird error that I think is related to how I set up my mkspecs/win32-msvc2017 file. The error during the build that happens right away is: Creating qmake... execute: File or path is not found (make) execute: File or

Re: [Interest] AmbientLightSensor dead on iOS

2018-09-22 Thread Lorn Potter
On 20/9/18 7:19 am, Lorn Potter wrote: No and apparently not. Thanks for the bug report. Should be rather trivial to add in support. Just to conclude this thread. iOS does not have supported access to the ambient light sensor. So until then, Qt cannot add support for it. __

Re: [Interest] How to embed a "rdesktop" window in a QGraphicsScene

2018-09-22 Thread Thiago Macieira
On Saturday, 22 September 2018 06:45:09 PDT Francisco Ares wrote: > Em sáb, 22 de set de 2018 03:03, Thiago Macieira > escreveu: > > On Friday, 21 September 2018 20:47:50 PDT Francisco Ares wrote: > > > Now I want to do some fancy stuff like switching among several remote > > > desktop sessions in

Re: [Interest] How to embed a "rdesktop" window in a QGraphicsScene

2018-09-22 Thread Francisco Ares
Em sáb, 22 de set de 2018 03:03, Thiago Macieira escreveu: > On Friday, 21 September 2018 20:47:50 PDT Francisco Ares wrote: > > Now I want to do some fancy stuff like switching among several remote > > desktop sessions in a QGraphicsScene environment. So I started to try > using > > the same QWi