Re: [Interest] Cannot checkout Qt 6.2.1 because of qlitehtml

2021-11-15 Thread Alexander Dyagilev
Hello, I had similar problem. The reason was that my local git repo was damaged while it was transferred from one PC to another using WI-FI. I had to do a fresh clone. On 10/28/2021 12:43 PM, Benjamin TERRIER wrote: Hi, I am trying to make a local build of Qt 6.2.1, however I cannot make a

Re: [Interest] Qt6–QtMultimedia – MinGW Support

2021-11-15 Thread Cristian Adam
On 15/11/2021 14:11, Cristian Adam wrote: On 15/11/2021 13:48, Alexander Carôt wrote: Hello all, when I compile my app on Windows unsing the MinGW Compiler I get this error when after launching the correctly-build app: "QtMultimedia is currently not supported on this platform" Using Qt6 w

Re: [Interest] Qt6–QtMultimedia – MinGW Support

2021-11-15 Thread Marius Kittler
Am Montag, 15. November 2021, 14:59:58 CET schrieb Alexey Pavlov: > Mingw-w64 have added libraries for WMF recently, it not in release version > yet. You need use mingw-w64 runtime from git. > Great. Since I personally don't need it right now I'll just wait for the next mingw-w64 release but I s

Re: [Interest] QGeoSatelliteInfoSource on iOS

2021-11-15 Thread maitai
OK, thanks. Could be worth writing it somewhere in the documentation I think. --Philippe. Le 15-11-2021 12:07, Ivan Solovev a écrit : Hi Philippe, you can't get satellite information on iOS. As far as I know, Apple does not provide any public APIs to query it. Best regards, Ivan Solovev

Re: [Interest] Qt6–QtMultimedia – MinGW Support

2021-11-15 Thread Alexey Pavlov
Mingw-w64 have added libraries for WMF recently, it not in release version yet. You need use mingw-w64 runtime from git. Regards, Alexey. > 15 нояб. 2021 г., в 16:31, Marius Kittler написал(а): > > Hi, > > I've already built Qt 6 Multimedia with the a recent version of mingw-w64 > (9.0.0) a

Re: [Interest] Qt6–QtMultimedia – MinGW Support

2021-11-15 Thread Marius Kittler
Hi, I've already built Qt 6 Multimedia with the a recent version of mingw-w64 (9.0.0) and GCC (11.2.0) but the resulting build was rather limited. In fact I've got nothing: ``` Qt Multimedia: ALSA ... no GStreamer 1.0 .. no Video for

Re: [Interest] Qt6–QtMultimedia – MinGW Support

2021-11-15 Thread Cristian Adam
On 15/11/2021 13:48, Alexander Carôt wrote: Hello all, when I compile my app on Windows unsing the MinGW Compiler I get this error when after launching the correctly-build app: "QtMultimedia is currently not supported on this platform" Using Qt6 with MinGW without QtMultmedia works fine. Do

[Interest] Qt6–QtMultimedia – MinGW Support

2021-11-15 Thread Alexander Carôt
Hello all, when I compile my app on Windows unsing the MinGW Compiler I get this error when after launching the correctly-build app: "QtMultimedia is currently not supported on this platform" Using Qt6 with MinGW without QtMultmedia works fine. Does anyone know when I will be able using QtMult

Re: [Interest] QGeoSatelliteInfoSource on iOS

2021-11-15 Thread Ivan Solovev
Hi Philippe, you can't get satellite information on iOS. As far as I know, Apple does not provide any public APIs to query it. Best regards, Ivan Solovev Senior Software Engineer The Qt Company Erich-Thilo-Str. 10 12489 Berlin, Germany www.qt.io Geschäftsführer: Mika Pälsi,

[Interest] QGeoSatelliteInfoSource on iOS

2021-11-15 Thread maitai
Hello, On iOS (Qt 5.15.7) I am not able to get a QGeoSatelliteInfoSource from createDefaultSource(). It always returns null and availableSources is empty. I can retrieve position through QGeoPositionInfoSource. Same code works correctly on Android. Is it a known limitation on iOS, or maybe I