diff options
author | Brad King <brad.king@kitware.com> | 2023-08-22 13:17:32 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-08-22 13:17:49 (GMT) |
commit | 46d0ec37283485a088c7be4614e1e6ac13cda048 (patch) | |
tree | 47a70814e5a9ce6dcb8679d082703254619baf43 | |
parent | 93e09f020c2e6143040dbd2d31d7b537ea3ec757 (diff) | |
parent | 54e376df2e1b3ac301f60840e3dbff480addb5f5 (diff) | |
download | CMake-46d0ec37283485a088c7be4614e1e6ac13cda048.zip CMake-46d0ec37283485a088c7be4614e1e6ac13cda048.tar.gz CMake-46d0ec37283485a088c7be4614e1e6ac13cda048.tar.bz2 |
Merge topic 'ci-linkcheck'
54e376df2e Help: Update link to Qt 5 CMake docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8751
-rw-r--r-- | Help/manual/cmake-qt.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-qt.7.rst b/Help/manual/cmake-qt.7.rst index d0d6ea0..e5a39f5 100644 --- a/Help/manual/cmake-qt.7.rst +++ b/Help/manual/cmake-qt.7.rst @@ -14,7 +14,7 @@ CMake can find and use Qt 4 and Qt 5 libraries. The Qt 4 libraries are found by the :module:`FindQt4` find-module shipped with CMake, whereas the Qt 5 libraries are found using "Config-file Packages" shipped with Qt 5. See :manual:`cmake-packages(7)` for more information about CMake packages, and -see `the Qt cmake manual <https://contribute.qt-project.org/doc/qt-5/cmake-manual.html>`_ +see `the Qt cmake manual <https://doc.qt.io/qt-5/cmake-manual.html>`_ for your Qt version. Qt 4 and Qt 5 may be used together in the same |