[Development] Raising minimum CMake version to 3.16 for Qt6

2021-05-04 Thread EXT Craig Scott
Some Qt modules rely on being able to extract metatypes from a CMake target. That logic, implemented in the qt6_extract_metatypes() command from Qt6CoreMacros.cmake, requires CMake behavior that was added in CMake 3.16. The implementation of that command checks this and halts with an error if

Re: [Development] Qt 6 docs: noexcept and constexpr

2021-05-04 Thread Konstantin Shegunov
On Tue, May 4, 2021 at 3:04 PM Giuseppe D'Angelo wrote: > No. I'd say a qdoc bug/feature request is in order. > Right, I opened an issue on JIRA[1] about it, thanks. On Tue, May 4, 2021 at 6:34 PM Topi Reiniƶ wrote: > QDoc uses libclang to parse the C++ sources, and there are cases where C++

Re: [Development] Qt 6 docs: noexcept and constexpr

2021-05-04 Thread Topi Reiniƶ
Hi, No, those are indeed missing from the generated documentation. QDoc uses libclang to parse the C++ sources, and there are cases where C++ attributes/specifiers are not exposed in the AST provided by libclang. It's possible to create workarounds for these limitations, but these are yet to

[Development] Qt 6 docs: noexcept and constexpr

2021-05-04 Thread Konstantin Shegunov
Hi, Is qdoc supposed to mark the mentioned declarations? I just checked the Qt 6 docs for the QFlags and it doesn't seem to indicate either, although they are declared as such in code. Am I missing something here? ___ Development mailing list

[Development] Qt 6.0.4 released

2021-05-04 Thread Jani Heikkinen
Hi, We have released Qt 6.0.4 today, see https://www.qt.io/blog/qt-6.0.4-released Big thanks to everyone involved! br, Jani Heikkinen Release Manager ___ Development mailing list Development@qt-project.org