mirror of
https://github.com/reactos/CMake.git
synced 2025-02-09 05:16:07 +00:00
16 lines
280 B
ReStructuredText
16 lines
280 B
ReStructuredText
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)
|
|
# ...
|