From 96dac3e057f3373cc00367cb7b7a3e864aaa338d Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Thu, 17 Dec 2020 12:30:43 +1100 Subject: Doc: Add partial documentation for CMake API (tech preview) There are still other parts of the CMake API that are not yet documented. This change only addresses qt_add_executable() and the Android-related commands it uses. Fixes: QTBUG-88839 Task-number: QTBUG-84482 Change-Id: I761b5ce908d1f62284baabe2d414cd37a0efe83d Reviewed-by: Joerg Bornemann Reviewed-by: Leena Miettinen Reviewed-by: Assam Boudjelthia (cherry picked from commit 0be2ecee37ee76f04ff73f782014108c15a5831f) Reviewed-by: Qt Cherry-pick Bot --- doc/global/macros.qdocconf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/global') diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf index 9a0ea73cbd..246f0c438e 100644 --- a/doc/global/macros.qdocconf +++ b/doc/global/macros.qdocconf @@ -64,3 +64,10 @@ macro.youtube.HTML = "
\n\n" \ macro.excludefromcreator = "\\meta tag broken" +macro.preliminarycmakecommand = "\\note This command is in technology preview and may change in future releases." +macro.preliminarycmakevariable = "\\note This variable is in technology preview and may change in future releases." +macro.preliminarycmakeproperty = "\\note This property is in technology preview and may change in future releases." + +macro.cmakecommandandroidonly = "\\note This command should only be called if targeting the Android platform." +macro.cmakepropertyandroidonly = "\\note This property is used only if targeting the Android platform." +macro.cmakevariableandroidonly = "\\note This variable is used only if targeting the Android platform." -- cgit v1.2.3