summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTORCC.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/AUTORCC.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/AUTORCC.rst')
-rw-r--r--Help/prop_tgt/AUTORCC.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/AUTORCC.rst b/Help/prop_tgt/AUTORCC.rst
index 9a98f44..0a0c2a1 100644
--- a/Help/prop_tgt/AUTORCC.rst
+++ b/Help/prop_tgt/AUTORCC.rst
@@ -5,8 +5,8 @@ Should the target be processed with auto-rcc (for Qt projects).
:prop_tgt:`AUTORCC` is a boolean specifying whether CMake will handle
the Qt ``rcc`` code generator automatically, i.e. without having to use
-the :module:`QT4_ADD_RESOURCES() <FindQt4>` or ``QT5_ADD_RESOURCES()``
-macro. Currently Qt4 and Qt5 are supported.
+commands like :module:`QT4_ADD_RESOURCES() <FindQt4>`, ``QT5_ADD_RESOURCES()``,
+etc. Currently, Qt versions 4 to 6 are supported.
When this property is ``ON``, CMake will handle ``.qrc`` files added
as target sources at build time and invoke ``rcc`` accordingly.