summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/AUTORCC_OPTIONS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/prop_tgt/AUTORCC_OPTIONS.rst')
-rw-r--r--Help/prop_tgt/AUTORCC_OPTIONS.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/prop_tgt/AUTORCC_OPTIONS.rst b/Help/prop_tgt/AUTORCC_OPTIONS.rst
index 8a0f632c2..d6ade5adb 100644
--- a/Help/prop_tgt/AUTORCC_OPTIONS.rst
+++ b/Help/prop_tgt/AUTORCC_OPTIONS.rst
@@ -19,3 +19,12 @@ set on the ``.qrc`` source file.
See the :manual:`cmake-qt(7)` manual for more information on using CMake
with Qt.
+
+EXAMPLE
+^^^^^^^
+
+.. code-block:: cmake
+
+ # ...
+ set_property(TARGET tgt PROPERTY AUTORCC_OPTIONS "--compress;9")
+ # ...