summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOUIC.rst
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2018-11-03 11:11:24 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2018-11-05 13:03:01 (GMT)
commit47f9c15c60e2898640fa57aed4c5ff5ee5c0d3ef (patch)
tree0b51e55cd674688f6eb8c1b9ea0c7251e59d1b69 /Help/prop_tgt/AUTOUIC.rst
parent336893d9eb0ee732683b18e2e9e8a17e86e09d99 (diff)
downloadCMake-47f9c15c60e2898640fa57aed4c5ff5ee5c0d3ef.zip
CMake-47f9c15c60e2898640fa57aed4c5ff5ee5c0d3ef.tar.gz
CMake-47f9c15c60e2898640fa57aed4c5ff5ee5c0d3ef.tar.bz2
Autogen: Update <ORIGIN>_autogen target documentation
Diffstat (limited to 'Help/prop_tgt/AUTOUIC.rst')
-rw-r--r--Help/prop_tgt/AUTOUIC.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/AUTOUIC.rst b/Help/prop_tgt/AUTOUIC.rst
index 4fc603f..8cae0a7 100644
--- a/Help/prop_tgt/AUTOUIC.rst
+++ b/Help/prop_tgt/AUTOUIC.rst
@@ -3,7 +3,7 @@ AUTOUIC
Should the target be processed with autouic (for Qt projects).
-``AUTOUIC`` is a boolean specifying whether CMake will handle
+:prop_tgt:`AUTOUIC` is a boolean specifying whether CMake will handle
the Qt ``uic`` code generator automatically, i.e. without having to use
the :module:`QT4_WRAP_UI() <FindQt4>` or ``QT5_WRAP_UI()`` macro. Currently
Qt4 and Qt5 are supported.