Re: [Interest] Installation Sizes for Applications using Qt

2021-08-25 Thread Thiago Macieira
On Wednesday, 25 August 2021 19:28:25 PDT Ben Cottrell wrote: > Can we make it easier to reduce application installation sizes? Qt has had a system to disable features while building for 15 or 20 years. It's even maintained, though the number of permutations may be too big to ensure all

[Interest] Installation Sizes for Applications using Qt

2021-08-25 Thread Ben Cottrell
Qt is becoming more and more feature rich, but applications aren't getting any smaller. I wish there was easier ways of configuring and building Qt with shared libraries containing only the necessary functionality. Maybe more modularity is the answer. I want to comply with the LGPL license, but I

Re: [Interest] missing modules in Qt6.1

2021-08-25 Thread Alexander Carôt
Thanks Volker and Vladimir,   I will check the docs and get back once I have a clear picture. If it turns out to be a bug I will report it of course as suggested.   Talk soon, best   Alex   -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797     Gesendet: Mittwoch,

Re: [Interest] missing modules in Qt6.1

2021-08-25 Thread Vladimir Minenko
./ui_camera.h:18:10: fatal error: 'qcameraviewfinder.h' file not found #include "qcameraviewfinder.h" There might be another reason for the problem than it used to be in 5.12. QtMultimedia has been completely reworked in Qt 6.2. Not sure which 6.2 preview you had but it might not have the right

Re: [Interest] missing modules in Qt6.1

2021-08-25 Thread Volker Hilsheimer
Hi Alexander, I recommend the following blog post from Lars about some of the significant changes we made to Qt Multimedia for Qt 6: https://www.qt.io/blog/qt-multimedia-in-qt-6 Cheers, Volker > On 25 Aug 2021, at 15:02, Alexander Carôt wrote: > > Hi Juha and Jérome and all, > > thanks

Re: [Interest] missing modules in Qt6.1

2021-08-25 Thread Alexander Carôt
Hi Juha and Jérome and all, thanks for the info so far that Qt6.1 in not complete ! Thus, I tried the 6.2 preview which indeed did not complain about the missing modules after using qmake. However, it did complain about something which had been working since 5.12: ./ui_camera.h:18:10: fatal