Re: [Interest] Qt5 --> Qt6 dramatic increase of binary sizes under macOS

2023-06-01 Thread Thiago Macieira
On Thursday, 1 June 2023 10:56:54 PDT Alexander Dyagilev wrote: > 1) Is this a bug? For me, it sounds like a bug of macOS build system, > because there is no such increase under other platforms. Check if the binaries in both cases are fat and which architectures they contain inside. It's possible

[Interest] Qt5 --> Qt6 dramatic increase of binary sizes under macOS

2023-06-01 Thread Alexander Dyagilev
Hello, There is something strange with macOS builds (Qt 6.4.3). Size of my app's DMG compiled with Qt5 is 38M. Qt6 - 77MB. I.e. more than 2 times larger. Other platforms I've checked (Windows, Android) - are fine. I.e. binary sizes are approximately the same. I've tried to find the reason.

[Interest] Android: QDesktopServices::openUrl and content scheme?

2023-06-01 Thread Alexander Dyagilev
Hello, According to this article: https://www.qt.io/blog/qt-for-android-storage-updates Am I right, that QDesktopServices::openUrl(QUrl::fromLocalFile(file)) will be using content scheme since Qt 6.6 ? I've tried to use it to open PDF file - Google PDF Viewer crashes because it's opened by