cmake/Help/prop_sf/SKIP_AUTORCC.rst

18 lines
303 B
ReStructuredText
Raw Normal View History

2017-04-14 19:02:05 +02:00
SKIP_AUTORCC
------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.8
2017-04-14 19:02:05 +02:00
Exclude the source file from :prop_tgt:`AUTORCC` processing (for Qt projects).
2018-01-26 17:06:56 +01:00
For broader exclusion control see :prop_sf:`SKIP_AUTOGEN`.
EXAMPLE
^^^^^^^
.. code-block:: cmake
# ...
set_property(SOURCE file.qrc PROPERTY SKIP_AUTORCC ON)
# ...