[Interest] Qt6 build on Raspi

2024-03-07 Thread Alexander CarĂ´t via Interest
Hi all, when compiling qt6 from the current git sources on my Raspi via cmake --build . it turn out that the machine freezes after having compiled about 500 sources: The build is stuck and I cannot ssh to the Raspi from another terminal window anymore, however, I can still ping it. Originally

[Interest] Android: do not deploy FFmpeg media plugin

2024-03-07 Thread Alexander Dyagilev
Hello, I've updated my app from Qt 6.4.3 to 6.6.2 and found that APK size is increased on 12% (5MB). The culprit is FFmeg media plugin. It's deployed automatically by androiddeployqt utility. Is there a way to tell it to not deploy this plugin? We do not use it. __