You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
374 B
18 lines
374 B
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)
|
|
# ...
|