diff options
author | Orkun Tokdemir <ilhanorkuntokdemir@gmail.com> | 2024-02-06 15:46:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-02-08 14:16:37 (GMT) |
commit | ccaf529c4ead74b514e694af97084871bb6bee90 (patch) | |
tree | f9234e4e8241bd7854ad61879121706166959e7c /Help/prop_tgt/AUTOUIC.rst | |
parent | 16cc011fa56adae8946916fa457c5a833765002c (diff) | |
download | CMake-ccaf529c4ead74b514e694af97084871bb6bee90.zip CMake-ccaf529c4ead74b514e694af97084871bb6bee90.tar.gz CMake-ccaf529c4ead74b514e694af97084871bb6bee90.tar.bz2 |
Autogen: Update Documentation
* Add Qt 6 to documentation
* Add explanation about `<ORIGIN>_autogen_timestamp_deps`
Fixes: #25201
Diffstat (limited to 'Help/prop_tgt/AUTOUIC.rst')
-rw-r--r-- | Help/prop_tgt/AUTOUIC.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/prop_tgt/AUTOUIC.rst b/Help/prop_tgt/AUTOUIC.rst index 95366ee..5010220 100644 --- a/Help/prop_tgt/AUTOUIC.rst +++ b/Help/prop_tgt/AUTOUIC.rst @@ -5,9 +5,11 @@ Should the target be processed with auto-uic (for Qt projects). ``AUTOUIC`` is a boolean specifying whether CMake will handle the Qt ``uic`` code generator automatically, i.e. without having to use -commands like :module:`QT4_WRAP_UI() <FindQt4>`, ``QT5_WRAP_UI()``, etc. +commands like :module:`QT4_WRAP_UI() <FindQt4>`, `qt5_wrap_ui()`_, etc. Currently, Qt versions 4 to 6 are supported. +.. _`qt5_wrap_ui()`: https://doc.qt.io/qt-5/qtwidgets-cmake-qt5-wrap-ui.html + This property is initialized by the value of the :variable:`CMAKE_AUTOUIC` variable if it is set when a target is created. @@ -74,7 +76,7 @@ e.g. in MSVS. :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET`: A global ``autogen`` target, that depends on all :prop_tgt:`AUTOMOC` or -``AUTOUIC`` generated ``<ORIGIN>_autogen`` targets in the project, +``AUTOUIC`` generated :ref:`<ORIGIN>_autogen` targets in the project, will be generated when this variable is ``ON``. :prop_tgt:`AUTOGEN_PARALLEL`: |