diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-01-09 09:34:39 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-01-09 09:34:39 (GMT) |
commit | 159d2ead958c12d97996ebdd45197855e2f52312 (patch) | |
tree | e18d0b4c8d00a0388c0c69b8501dfdf85c442345 /Help/prop_tgt | |
parent | 648234b8bae22a8bd03a73f9a90c974ff27d4424 (diff) | |
download | CMake-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')
-rw-r--r-- | Help/prop_tgt/AUTORCC.rst | 7 | ||||
-rw-r--r-- | Help/prop_tgt/AUTOUIC.rst | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/Help/prop_tgt/AUTORCC.rst b/Help/prop_tgt/AUTORCC.rst index cca3e58..9a98f44 100644 --- a/Help/prop_tgt/AUTORCC.rst +++ b/Help/prop_tgt/AUTORCC.rst @@ -31,9 +31,10 @@ Modifiers The ``rcc`` executable will be detected automatically, but can be forced to a certain binary by setting this target property. -:prop_sf:`AUTORCC_OPTIONS`: -Additional command line options for ``rcc`` can be set via this ``.qrc`` -source file property. +:prop_tgt:`AUTORCC_OPTIONS`: +Additional command line options for ``rcc`` can be set via this target +property. The corresponding :prop_sf:`AUTORCC_OPTIONS` source file property +can be used to specify options to be applied only to a specific ``.qrc`` file. :prop_sf:`SKIP_AUTORCC`: ``.qrc`` files can be excluded from :prop_tgt:`AUTORCC` processing by 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 |