Merge topic 'cmake-qch-no-version-in-filename'

0518e675ea CMake.qch: Don't include the version in the file name

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3558
This commit is contained in:
Brad King
2019-07-17 11:49:04 +00:00
committed by Kitware Robot
4 changed files with 10 additions and 12 deletions
@@ -0,0 +1,8 @@
cmake-qch-no-version-in-filename
--------------------------------
* The Qt Compressed Help file is now named ``CMake.qch``, which no longer
contains the release version in the file name. When CMake is upgraded
in-place, the name and location of this file will remain constant.
Tools such as IDEs, help viewers, etc. should now be able to refer to this
file at a fixed location that remains valid across CMake upgrades.