mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 00:26:18 +00:00
18 lines
374 B
ReStructuredText
18 lines
374 B
ReStructuredText
SKIP_AUTOGEN
|
|
------------
|
|
|
|
Exclude the source file from :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTOUIC` and
|
|
:prop_tgt:`AUTORCC` processing (for Qt projects).
|
|
|
|
For finer exclusion control see :prop_sf:`SKIP_AUTOMOC`,
|
|
:prop_sf:`SKIP_AUTOUIC` and :prop_sf:`SKIP_AUTORCC`.
|
|
|
|
EXAMPLE
|
|
^^^^^^^
|
|
|
|
.. code-block:: cmake
|
|
|
|
# ...
|
|
set_property(SOURCE file.h PROPERTY SKIP_AUTOGEN ON)
|
|
# ...
|