summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/AUTOUIC_OPTIONS.rst
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-10-09 14:31:00 +0200
committerSebastian Holtermann <sebholt@xwmw.org>2017-10-09 14:36:48 +0200
commit814cddbe18d09862bfab8eb7a98682874b94e9be (patch)
tree8d7be059c0c9135c7702ba570f86536fb54052c9 /Help/prop_tgt/AUTOUIC_OPTIONS.rst
parent1c19626864d8622ac3a0f00b564ea1d7f0eb3971 (diff)
downloadcmake-814cddbe18d09862bfab8eb7a98682874b94e9be.tar.gz
Autogen: Docs: Add examples for AUTORCC_OPTIONS and AUTOUIC_OPTIONS
Diffstat (limited to 'Help/prop_tgt/AUTOUIC_OPTIONS.rst')
-rw-r--r--Help/prop_tgt/AUTOUIC_OPTIONS.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/prop_tgt/AUTOUIC_OPTIONS.rst b/Help/prop_tgt/AUTOUIC_OPTIONS.rst
index 9fb042ea6b..3f613b952c 100644
--- a/Help/prop_tgt/AUTOUIC_OPTIONS.rst
+++ b/Help/prop_tgt/AUTOUIC_OPTIONS.rst
@@ -23,3 +23,12 @@ expressions.
See the :manual:`cmake-qt(7)` manual for more information on using CMake
with Qt.
+
+EXAMPLE
+^^^^^^^
+
+.. code-block:: cmake
+
+ # ...
+ set_property(TARGET tgt PROPERTY AUTOUIC_OPTIONS "--no-protection")
+ # ...