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