summaryrefslogtreecommitdiffstats
path: root/doc/global
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2020-12-17 12:30:43 +1100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-01-11 07:52:05 +0000
commit96dac3e057f3373cc00367cb7b7a3e864aaa338d (patch)
tree3f3e6a7a8964fc212c830c3fed40ba0b0d32b86a /doc/global
parent38159913b88dd894d22c4522df23035a7965e58d (diff)
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 <joerg.bornemann@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 0be2ecee37ee76f04ff73f782014108c15a5831f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'doc/global')
-rw-r--r--doc/global/macros.qdocconf7
1 files changed, 7 insertions, 0 deletions
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 = "<div class=\"video\">\n<span class=\"vspan\"></span>\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."