summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2020-12-17 12:30:43 +1100
committerCraig Scott <craig.scott@qt.io>2021-01-11 16:58:28 +1100
commit0be2ecee37ee76f04ff73f782014108c15a5831f (patch)
treee9632bcbd9086c0a149dc4287dd93c83ab325f33 /doc
parentc34c6af3740052617ee9f0876e2720046f0e6bb7 (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 Pick-to: 6.0 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>
Diffstat (limited to 'doc')
-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."