diff options
author | Brad King <brad.king@kitware.com> | 2024-04-19 18:08:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-04-23 16:57:49 (GMT) |
commit | f19949db77050ac5ce4d55d4a12b086a502dfa91 (patch) | |
tree | 93337e5a2d3dc428aee8862134f6d291b3dca16e | |
parent | 7df3a4c437cc0e133c26a1a691cc46ecb3921431 (diff) | |
download | CMake-f19949db77050ac5ce4d55d4a12b086a502dfa91.zip CMake-f19949db77050ac5ce4d55d4a12b086a502dfa91.tar.gz CMake-f19949db77050ac5ce4d55d4a12b086a502dfa91.tar.bz2 |
Help: Document when AUTOUIC_OPTIONS properties were added
-rw-r--r-- | Help/prop_tgt/AUTOUIC_OPTIONS.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/INTERFACE_AUTOUIC_OPTIONS.rst | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Help/prop_tgt/AUTOUIC_OPTIONS.rst b/Help/prop_tgt/AUTOUIC_OPTIONS.rst index 425ea1c..d601740 100644 --- a/Help/prop_tgt/AUTOUIC_OPTIONS.rst +++ b/Help/prop_tgt/AUTOUIC_OPTIONS.rst @@ -1,6 +1,8 @@ AUTOUIC_OPTIONS --------------- +.. versionadded:: 3.0 + Additional options for ``uic`` when using :prop_tgt:`AUTOUIC` This property holds additional command line options which will be used when diff --git a/Help/prop_tgt/INTERFACE_AUTOUIC_OPTIONS.rst b/Help/prop_tgt/INTERFACE_AUTOUIC_OPTIONS.rst index e97d293..2fe011a 100644 --- a/Help/prop_tgt/INTERFACE_AUTOUIC_OPTIONS.rst +++ b/Help/prop_tgt/INTERFACE_AUTOUIC_OPTIONS.rst @@ -1,6 +1,8 @@ INTERFACE_AUTOUIC_OPTIONS ------------------------- +.. versionadded:: 3.0 + List of interface options to pass to uic. Targets may populate this property to publish the options |