mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Help: Mention both target and source properties for AUTO..._OPTIONS
This commit is contained in:
parent
648234b8ba
commit
159d2ead95
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user