summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOUIC.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-01-09 09:34:39 (GMT)
committerCraig Scott <craig.scott@crascit.com>2020-01-09 09:34:39 (GMT)
commit159d2ead958c12d97996ebdd45197855e2f52312 (patch)
treee18d0b4c8d00a0388c0c69b8501dfdf85c442345 /Help/prop_tgt/AUTOUIC.rst
parent648234b8bae22a8bd03a73f9a90c974ff27d4424 (diff)
downloadCMake-159d2ead958c12d97996ebdd45197855e2f52312.zip
CMake-159d2ead958c12d97996ebdd45197855e2f52312.tar.gz
CMake-159d2ead958c12d97996ebdd45197855e2f52312.tar.bz2
Help: Mention both target and source properties for AUTO..._OPTIONS
Diffstat (limited to 'Help/prop_tgt/AUTOUIC.rst')
-rw-r--r--Help/prop_tgt/AUTOUIC.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Help/prop_tgt/AUTOUIC.rst b/Help/prop_tgt/AUTOUIC.rst
index 5cf8755..cd24f5e 100644
--- a/Help/prop_tgt/AUTOUIC.rst
+++ b/Help/prop_tgt/AUTOUIC.rst
@@ -52,8 +52,11 @@ Modifiers
The ``uic`` executable will be detected automatically, but can be forced to
a certain binary using this target property.
-:prop_sf:`AUTOUIC_OPTIONS`: Additional command line options for ``uic`` can
-be set via this source file property on a ``<base_name>.ui`` file.
+:prop_tgt:`AUTOUIC_OPTIONS`:
+Additional command line options for ``uic`` can be set via this target
+property. The corresponding :prop_sf:`AUTOUIC_OPTIONS` source file property
+can be used to specify options to be applied only to a specific
+``<base_name>.ui`` file.
:prop_sf:`SKIP_AUTOUIC`:
Source files can be excluded from :prop_tgt:`AUTOUIC` processing by setting