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.
|
SKIP_AUTOMOC
|
|
------------
|
|
|
|
Exclude the source file from :prop_tgt:`AUTOMOC` processing (for Qt projects).
|
|
|
|
For broader exclusion control see :prop_sf:`SKIP_AUTOGEN`.
|
|
|
|
EXAMPLE
|
|
^^^^^^^
|
|
|
|
.. code-block:: cmake
|
|
|
|
# ...
|
|
set_property(SOURCE file.h PROPERTY SKIP_AUTOMOC ON)
|
|
# ...
|