summaryrefslogtreecommitdiff
path: root/Help/prop_sf/SKIP_AUTORCC.rst
blob: bccccfc93622a667a913fe554567bea46c38f6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SKIP_AUTORCC
------------

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)
  # ...