Re: [Development] Documentation of new Qt features in qtdoc

2021-11-22 Thread EXT Craig Scott
On 23 Nov 2021, at 6:07 am, Edward Welbourne mailto:edward.welbou...@qt.io>> wrote: On Mon, Nov 22, 2021 at 10:43:45AM +, Edward Welbourne wrote: Documenting it while it's fresh in your mind generally leads to a better description, after all, Oswald Buddenhagen (22 November 2021 12:47) rep

[Development] Proposing to move deploy tools to qtbase

2021-11-16 Thread EXT Craig Scott
I’m working on adding new CMake APIs for install support for Qt 6.3. As part of that, there will be conveniences for invoking the appropriate xxxdeployqt tool where available. At the moment, macdeployqt and windeployqt live in qttools, whereas androiddeployqt lives in qtbase. I’d like to propose

[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 CM