https://github.com/Kitware/CMake
Raw File
Tip revision: 62942969062fcc9f24ca057b6983532a973cfad6 authored by Brad King on 28 November 2018, 11:49:16 UTC
CMake 3.13.1
Tip revision: 6294296
SKIP_AUTORCC.rst
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)
  # ...
back to top