Re: [Development] Nominating Morten Sørvig as maintainer of high-DPI

2022-01-04 Thread Eirik Aavitsland
+1! - Eirik Aa. On 12/20/21 4:35 PM, Tor Arne Vestbø wrote: Hello all, I’d like to nominate Morten Sørvig as maintainer of high-DPI in the Qt Project [1]. Morten has been instrumental in the development of Qt’s high-DPI support, and has been the de-factor maintainer for a while now. Let’s

Re: [Development] Nominating Morten Sørvig as maintainer of high-DPI

2022-01-04 Thread Oliver Wolff
+1 Olli On 20/12/2021 16:35, Tor Arne Vestbø wrote: Hello all, I’d like to nominate Morten Sørvig as maintainer of high-DPI in the Qt Project [1]. Morten has been instrumental in the development of Qt’s high-DPI support, and has been the de-factor maintainer for a while now. Let’s make it

[Development] Commercial LTS Qt 5.15.8 released

2022-01-04 Thread Tarja Sundqvist
Hi all, we have released Qt 5.15.8 LTS Commercial today. Please read more information from the blog post: https://www.qt.io/blog/commercial-lts-qt-5.15.8-released. Big thanks to everyone involved & happy new year 2022! Best regards Tarja Sundqvist Release Manager _

Re: [Development] Qt Compilation Speed

2022-01-04 Thread Jörg Bornemann
On 1/3/22 2:40 PM, Lars Knoll wrote: One other possible solution to improve compile times is the hack we used 15 years ago in KDE, where we grouped many .cpp files into one compilation unit. There’s however a balance needed here, as it reduces the efficiency of -j, but maybe compiling 4-8 .cpp

Re: [Development] Qt Compilation Speed

2022-01-04 Thread Jörg Bornemann
On 1/3/22 12:09 PM, Ulf Hermann wrote: d, We used to build at least Qt itself with PCH by default. Why did we change the default? Building Qt with PCH is still the default. Unless you're on macOS with CMake < 3.18 and build for multiple architectures. Cheers, Joerg ___