summaryrefslogtreecommitdiffstats
path: root/Help/prop_sf/SKIP_AUTORCC.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/prop_sf/SKIP_AUTORCC.rst')
-rw-r--r--Help/prop_sf/SKIP_AUTORCC.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/Help/prop_sf/SKIP_AUTORCC.rst b/Help/prop_sf/SKIP_AUTORCC.rst
index 394d8f8..bccccfc 100644
--- a/Help/prop_sf/SKIP_AUTORCC.rst
+++ b/Help/prop_sf/SKIP_AUTORCC.rst
@@ -3,4 +3,13 @@ SKIP_AUTORCC
Exclude the source file from :prop_tgt:`AUTORCC` processing (for Qt projects).
-For broader control see :prop_sf:`SKIP_AUTOGEN`
+For broader exclusion control see :prop_sf:`SKIP_AUTOGEN`.
+
+EXAMPLE
+^^^^^^^
+
+.. code-block:: cmake
+
+ # ...
+ set_property(SOURCE file.qrc PROPERTY SKIP_AUTORCC ON)
+ # ...