From 0ad8dd480509369091f91c2370ddfdd86506cd85 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 26 Jan 2022 15:29:17 +0100 Subject: Doc: State Qt versions for when CMake commands etc. were introduced Introduce the qdoc macros \cmakecommandsince, \cmakepropertysince, and \cmakevariablesince that insert a paragraph akin to the \since context command. Example: \cmakecommandsince 6.3 produces the paragraph This command was introduced in Qt 6.3 The macro text is wrapped in \n\n to ensure that we always generate a new paragraph. Pick-to: 6.2 6.3 Task-number: QTBUG-100212 Change-Id: Id5c8e8812e6b0b915674d108a0e775091e9eacd8 Reviewed-by: Kai Koehne --- src/corelib/doc/src/cmake/qt_extract_metatypes.qdoc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/doc/src/cmake/qt_extract_metatypes.qdoc') diff --git a/src/corelib/doc/src/cmake/qt_extract_metatypes.qdoc b/src/corelib/doc/src/cmake/qt_extract_metatypes.qdoc index 8ae60b9c11..259c08b3f5 100644 --- a/src/corelib/doc/src/cmake/qt_extract_metatypes.qdoc +++ b/src/corelib/doc/src/cmake/qt_extract_metatypes.qdoc @@ -34,6 +34,7 @@ \summary {Extracts metatypes from a Qt target and generates an associated metatypes.json file.} +\cmakecommandsince 6.0 \preliminarycmakecommand \section1 Synopsis -- cgit v1.2.3