mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
18 lines
303 B
ReStructuredText
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)
|
|
# ...
|