summaryrefslogtreecommitdiffstats
path: root/Help/prop_sf/AUTORCC_OPTIONS.rst
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-10-09 12:31:00 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-10-09 12:36:48 (GMT)
commit814cddbe18d09862bfab8eb7a98682874b94e9be (patch)
tree8d7be059c0c9135c7702ba570f86536fb54052c9 /Help/prop_sf/AUTORCC_OPTIONS.rst
parent1c19626864d8622ac3a0f00b564ea1d7f0eb3971 (diff)
downloadCMake-814cddbe18d09862bfab8eb7a98682874b94e9be.zip
CMake-814cddbe18d09862bfab8eb7a98682874b94e9be.tar.gz
CMake-814cddbe18d09862bfab8eb7a98682874b94e9be.tar.bz2
Autogen: Docs: Add examples for AUTORCC_OPTIONS and AUTOUIC_OPTIONS
Diffstat (limited to 'Help/prop_sf/AUTORCC_OPTIONS.rst')
-rw-r--r--Help/prop_sf/AUTORCC_OPTIONS.rst13
1 files changed, 11 insertions, 2 deletions
diff --git a/Help/prop_sf/AUTORCC_OPTIONS.rst b/Help/prop_sf/AUTORCC_OPTIONS.rst
index d9dc4d3..2bec033 100644
--- a/Help/prop_sf/AUTORCC_OPTIONS.rst
+++ b/Help/prop_sf/AUTORCC_OPTIONS.rst
@@ -9,5 +9,14 @@ optional ``OPTIONS`` argument of the :module:`qt4_add_resources() <FindQt4>` mac
By default it is empty.
-The options set on the ``.qrc`` source file may override :prop_tgt:`AUTORCC_OPTIONS` set
-on the target.
+The options set on the ``.qrc`` source file may override
+:prop_tgt:`AUTORCC_OPTIONS` set on the target.
+
+EXAMPLE
+^^^^^^^
+
+.. code-block:: cmake
+
+ # ...
+ set_property(SOURCE resources.qrc PROPERTY AUTORCC_OPTIONS "--compress;9")
+ # ...