Re: [Development] how to get WinId of desktop in Qt6 without QDesktopWidget ?

2020-10-14 Thread Volker Hilsheimer
> On 7 Oct 2020, at 10:38, Volker Hilsheimer wrote: > >> On 7 Oct 2020, at 08:24, Martin Koller wrote: >> >> Hi, >> >> in Qt6 the QDesktopWidget is gone, which I used in >> >> QWidget *desktop = QApplication::desktop(); >> QPixmap pm = QGuiApplication::screenAt(event->globalPos())-> >>

Re: [Development] Qt 6 CMake public API review

2020-10-14 Thread Alexandru Croitor
Hi, We managed to hold the public CMake API review meetings. If you're interested in a summary, you can find it at https://git.qt.io/alcroito/qt6-cmake-api-review/-/blob/master/notes.md > On 23. Sep 2020, at 16:09, Alexandru Croitor wrote: > > Hi there, > > With Qt 6 coming closer, the build

Re: [Development] Building additional components with Conan for Qt 6

2020-10-14 Thread Iikka Eklund
Hi, qt3d has been added as an add-on which can be built with Conan. The qtimageformats and qtnetworkauth conan recipes got a minor update as well. We've been testing with Android and B2Qt (iMX8) builds as well. Some fixes still need to land into qtbase for Android so that the conan build recipe

[Development] Branching from '5.12' to '5.12.10' done

2020-10-14 Thread Jani Heikkinen
Hi everyone, We have branched '5.12.10' from '5.12'. So from now on all changes targeted to Qt 5.12.10 release must be cherry picked to '5.12.10' and '5.12' is for Qt 5.12.11. Staging in '5.12.10' is restricted to release team only and we will automatically monitor changes coming in. There wo