[Development] Automatic bug reporting for top flaky test in CI

2023-11-24 Thread Anna Wojciechowska via Development
Hello, I guess we are all frustrated by the test flakiness Starting today top 5 cases will be added to Jira bug reports weekly, and those reports will be labeled as "top flaky". Below you will find links to already already-created report for this week: https://bugreports.qt.io/browse/QTBUG-1194

Re: [Development] How to make a qt6 module using cmake?

2023-11-24 Thread Alexandru Croitor via Development
> I found a way to reproduce it. Setting `CMAKE_INSTALL_PREFIX=/` or any path > that is different from qt path breaks the docs compilation. Should be fixed with https://codereview.qt-project.org/c/qt/qtbase/+/521024 -- Development mailing list Development@qt-project.org https://lists.qt-project

Re: [Development] How to make a qt6 module using cmake?

2023-11-24 Thread Bogdan Vatra via Development
Hi, În ziua de marți, 21 noiembrie 2023, la 18:45:51 EET, Alexandru Croitor a scris: > > On 21. Nov 2023, at 16:46, BogDan Vatra wrote: > > > > On 2023-11-21 16:47, Alexandru Croitor wrote: > >>> On 21. Nov 2023, at 13:21, Bogdan Vatra via Development > >>> wrote: Hello there, > >> > >> Hi, >