gse/cmake/share/cmake-3.30/Help/prop_sf/SKIP_AUTORCC.rst
2024-08-19 00:33:31 +02:00

18 lines
303 B
ReStructuredText

SKIP_AUTORCC
------------
.. versionadded:: 3.8
Exclude the source file from :prop_tgt:`AUTORCC` processing (for Qt projects).
For broader exclusion control see :prop_sf:`SKIP_AUTOGEN`.
EXAMPLE
^^^^^^^
.. code-block:: cmake
# ...
set_property(SOURCE file.qrc PROPERTY SKIP_AUTORCC ON)
# ...