summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amir.abdol@qt.io>2023-07-07 13:59:41 +0200
committerAmir Masoud Abdol <amir.abdol@qt.io>2023-07-10 21:47:08 +0200
commit8b4dbce54e5e1bf53a1610ac0010e236fc9b2be9 (patch)
tree97a00d8eb496860667b617296f26ba089dea45c2 /doc
parent1ca71cbff0fe28185b4854a162f924af700d57e0 (diff)
Introduce macro.qtpolicydeprecatedbehavior for Qt CMake Policy
Added a template that we can use instead of rewriting the message for every policy. Pick-to: 6.6 Change-Id: I13cc182244d5f092e3d5677664bc149c6b126da5 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/macros.qdocconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf
index 05c27ce293..b2cabeb039 100644
--- a/doc/global/macros.qdocconf
+++ b/doc/global/macros.qdocconf
@@ -133,3 +133,5 @@ macro.cmakepropertywebassemblyonly = "\\note This property is used only if targe
macro.cmakepropertyiosonly = "\\note This property is used only if targeting iOS."
macro.cmakevariableiosonly = "\\note This variable is used only if targeting iOS."
+
+macro.qtpolicydeprecatedbehavior = "\\note The \\c{OLD} behavior of a policy is deprecated, and may be removed in the future."