Re: MXE with Qt5.11.1 and missing map

2018-07-10 Thread Thiago Macieira
On Tuesday, 10 July 2018 18:08:08 PDT Thiago Macieira wrote: > I haven't looked at he macdeployqt tool in a few years, but it shouldn't be > too difficult to fix it. Assuming the other two have copy/pasted code, the > fix should be ported easily too. Quick inspection of the source code shows that

Re: MXE with Qt5.11.1 and missing map

2018-07-10 Thread Thiago Macieira
On Tuesday, 10 July 2018 15:28:43 PDT Dirk Hohndel wrote: > > But they don't recheck after #3 if any plugins require libraries the > > application doesn't link to. This could be worked around by explicitly > > linking to the new library -- except that library has no public symbols > > to require,

Re: MXE with Qt5.11.1 and missing map

2018-07-10 Thread Dirk Hohndel
> On Jul 10, 2018, at 3:15 PM, Thiago Macieira wrote: > > On Monday, 9 July 2018 23:31:22 PDT Dirk Hohndel wrote: >> And the same thing is preventing the Qt 5.11 based Android app from working. >> There is some other component or library that we need to select in cmake - >> but I can't figure

Re: MXE with Qt5.11.1 and missing map

2018-07-10 Thread Thiago Macieira
On Monday, 9 July 2018 23:31:22 PDT Dirk Hohndel wrote: > And the same thing is preventing the Qt 5.11 based Android app from working. > There is some other component or library that we need to select in cmake - > but I can't figure out what the right keyword might be. On Android it's lib >

Re: Cannot connect on first launch

2018-07-10 Thread tormento
Couldn’t be simply a timeout or handshake error caused by the update check? It happens only on that event. Anyway I need to study a bit GitHub as I have never contributed directly. Could you please give me also an idea on how to anonymoize log? Personal data there :) Il giorno mar 10 lug 2018

Re: Cannot connect on first launch

2018-07-10 Thread Dirk Hohndel
Thanks for sending the log. The error is really weird. We get the correct response back from the server; we use a personalized silly variation of the "I'm a teapot" protocol to recognize our cloud server - and we get the right response back, yet the code seems to think it's an error. I need to

Re: Video thumbnails

2018-07-10 Thread Berthold Stoeger
Hi Robert, On Friday, 6 July 2018 15:38:33 CEST Robert Helling wrote: > > On 6. Jul 2018, at 15:32, Berthold Stoeger > > wrote: > > Can't ffmpeg write the image to stdout? Then we could just read it in a > > thread and send it via signal/slot to the thumbnailing system. I always > > prefer

Re: MXE with Qt5.11.1 and missing map

2018-07-10 Thread Dirk Hohndel
> On Jul 9, 2018, at 10:52 PM, Dirk Hohndel wrote: > > >> On Jul 9, 2018, at 10:32 PM, Stefan Fuchs > > wrote: >> >> Hallo Dirk, >> >> Refreshing your memory regarding QtPositioning plus finally answering your >> question below... >> >> Am 25.06.2018 um 21:46 schrieb