mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Autogen: Replace documentation links with their permanent redirects
This commit is contained in:
@@ -8,7 +8,7 @@ qt_wrap_cpp
|
||||
:module:`FindQt4` module provides the ``qt4_wrap_cpp()`` macro, which
|
||||
should be used instead for Qt 4 projects. For projects using Qt 5 or
|
||||
later, use the equivalent macro provided by Qt itself (e.g. Qt 5 provides
|
||||
`qt5_wrap_cpp() <https://doc.qt.io/qt-5/qtcore-cmake-qt5-wrap-cpp.html>`_).
|
||||
`qt5_wrap_cpp() <https://doc.qt.io/archives/qt-5.15/qtcore-cmake-qt5-wrap-cpp.html>`_).
|
||||
|
||||
Manually create Qt Wrappers.
|
||||
|
||||
|
@@ -8,7 +8,7 @@ preprocessor automatically, i.e. without having to use commands like
|
||||
:module:`qt4_wrap_cpp() <FindQt4>`, `qt5_wrap_cpp()`_, etc.
|
||||
Currently, Qt versions 4 to 6 are supported.
|
||||
|
||||
.. _qt5_wrap_cpp(): https://doc.qt.io/qt-5/qtcore-cmake-qt5-wrap-cpp.html
|
||||
.. _qt5_wrap_cpp(): https://doc.qt.io/archives/qt-5.15/qtcore-cmake-qt5-wrap-cpp.html
|
||||
|
||||
This property is initialized by the value of the :variable:`CMAKE_AUTOMOC`
|
||||
variable if it is set when a target is created.
|
||||
|
@@ -8,7 +8,7 @@ the Qt ``rcc`` code generator automatically, i.e. without having to use
|
||||
commands like :module:`qt4_add_resources() <FindQt4>`, `qt5_add_resources()`_,
|
||||
etc. Currently, Qt versions 4 to 6 are supported.
|
||||
|
||||
.. _`qt5_add_resources()`: https://doc.qt.io/qt-5/qtcore-cmake-qt5-add-resources.html
|
||||
.. _`qt5_add_resources()`: https://doc.qt.io/archives/qt-5.15/qtcore-cmake-qt5-add-resources.html
|
||||
|
||||
When this property is ``ON``, CMake will handle ``.qrc`` files added
|
||||
as target sources at build time and invoke ``rcc`` accordingly.
|
||||
|
@@ -8,7 +8,7 @@ the Qt ``uic`` code generator automatically, i.e. without having to use
|
||||
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
|
||||
.. _`qt5_wrap_ui()`: https://doc.qt.io/archives/qt-5.15/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.
|
||||
|
Reference in New Issue
Block a user