Ver Fonte

Autogen: Replace documentation links with their permanent redirects

Brad King há 7 meses atrás
pai
commit
3fdd1a1d13

+ 1 - 1
Help/command/qt_wrap_cpp.rst

@@ -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.
 

+ 1 - 1
Help/prop_tgt/AUTOMOC.rst

@@ -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.

+ 1 - 1
Help/prop_tgt/AUTORCC.rst

@@ -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.

+ 1 - 1
Help/prop_tgt/AUTOUIC.rst

@@ -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.