[Interest] 5.11 QDoc 2 hours build time

2018-02-07 Thread Oliver Niebuhr
Hello. Before I create an official Bug Report: Has anyone else the Problem, that the QDoc Module alone takes longer to build than all other Modules together? QDoc build times: * OS: Win 10, FCU, SDK 16299 * Qt 5.11 Git: First Alpha Snapshot; todays Submodule Update * Visual Studio 2015, 2017

Re: [Interest] iOS libpng conflicts with another lib

2018-02-07 Thread Konstantin Tokarev
07.02.2018, 15:46, "maitai" : > Thanks Konstantin for the good advices, I'll keep that in mind if > finally I decide to give it a try. For the time being I managed to cheat > by using a tif instead of a png, just for iOS. That's not the best format. Try jpeg2k or webp

Re: [Interest] iOS libpng conflicts with another lib

2018-02-07 Thread maitai
Yes I know, but if I use jpeg2000 i will have another conflict for sure since I do use jpeg2000 lib (and jasper) to decode gribs in my app. I agree Webp is another possibility, since it is also supported by gdal, I might gice it a try, thanks. Le 07-02-2018 13:56, Konstantin Tokarev a écrit :

[Interest] Qt App crashing on first install after beinged installed from Google Play store but working perfectly when launched locally.

2018-02-07 Thread Nuno Santos
Hi, I’m facing one of those problems that can lead someone to madness very quickly. Yesterday I have updated one of my apps to Qt 5.10 and uploaded it to Google Play store. I’m using Proguard to obfuscate it. It happens that when testing the release build locally it works without any problem.

Re: [Interest] iOS libpng conflicts with another lib

2018-02-07 Thread maitai
Thanks Konstantin for the good advices, I'll keep that in mind if finally I decide to give it a try. For the time being I managed to cheat by using a tif instead of a png, just for iOS. Thanks again Philippe. Le 07-02-2018 13:12, Konstantin Tokarev a écrit : 07.02.2018, 09:44, "maitai"

Re: [Interest] iOS libpng conflicts with another lib

2018-02-07 Thread Konstantin Tokarev
07.02.2018, 16:25, "maitai" : > Yes I know, but if I use jpeg2000 i will have another conflict for sure > since I do use jpeg2000 lib (and jasper) to decode gribs in my app. Apple's decoder should not conflict with jasper. However, I would not recommend to use jasper

Re: [Interest] iOS libpng conflicts with another lib

2018-02-07 Thread Konstantin Tokarev
07.02.2018, 09:44, "maitai" : > Thanks you for your replies > > I will decide to compile qt on iOS when I will be retired and nothing > else to do, too much a pain with lipo and all ;) lipo is not hard to use at all, however there should be no need to use it when