summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOUIC.rst
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-09-06 13:09:33 (GMT)
committerCraig Scott <craig.scott@crascit.com>2021-09-06 22:51:26 (GMT)
commit84aaebf79fa25a4c3aaf04b5a9b2a8ae6355b280 (patch)
tree146f63c1fb120268109ce7c1a808ef3ab889a64c /Help/prop_tgt/AUTOUIC.rst
parent86ee38d75678d68bb1a79b9fa443b42723b09f23 (diff)
downloadCMake-84aaebf79fa25a4c3aaf04b5a9b2a8ae6355b280.zip
CMake-84aaebf79fa25a4c3aaf04b5a9b2a8ae6355b280.tar.gz
CMake-84aaebf79fa25a4c3aaf04b5a9b2a8ae6355b280.tar.bz2
Help: Mention that Qt6 is supported by AUTOGEN
Co-Authored-By: Craig Scott <craig.scott@crascit.com>
Diffstat (limited to 'Help/prop_tgt/AUTOUIC.rst')
-rw-r--r--Help/prop_tgt/AUTOUIC.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/AUTOUIC.rst b/Help/prop_tgt/AUTOUIC.rst
index cd24f5e..e0cea97 100644
--- a/Help/prop_tgt/AUTOUIC.rst
+++ b/Help/prop_tgt/AUTOUIC.rst
@@ -5,8 +5,8 @@ Should the target be processed with auto-uic (for Qt projects).
: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.
+commands like :module:`QT4_WRAP_UI() <FindQt4>`, ``QT5_WRAP_UI()``, etc.
+Currently, Qt versions 4 to 6 are supported.
This property is initialized by the value of the :variable:`CMAKE_AUTOUIC`
variable if it is set when a target is created.