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_add_library.qdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/doc/src/cmake/qt_add_library.qdoc') diff --git a/src/corelib/doc/src/cmake/qt_add_library.qdoc b/src/corelib/doc/src/cmake/qt_add_library.qdoc index 4865a5df93..29709634ec 100644 --- a/src/corelib/doc/src/cmake/qt_add_library.qdoc +++ b/src/corelib/doc/src/cmake/qt_add_library.qdoc @@ -36,6 +36,8 @@ \include cmake-find-package-core.qdocinc +\cmakecommandsince 6.2 + \section1 Synopsis \badcode -- cgit v1.2.3