diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-07-16 13:25:46 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-07-17 11:35:12 (GMT) |
commit | 0518e675eaa4fa7e539f4e1ec9cd7f3a40b3a0da (patch) | |
tree | 4d4ab741a24bf1bf0fa2e8ab6f547be4704695bd /Help | |
parent | 79a21ba6804ea501365386ee2616441c9660f3ed (diff) | |
download | CMake-0518e675eaa4fa7e539f4e1ec9cd7f3a40b3a0da.zip CMake-0518e675eaa4fa7e539f4e1ec9cd7f3a40b3a0da.tar.gz CMake-0518e675eaa4fa7e539f4e1ec9cd7f3a40b3a0da.tar.bz2 |
CMake.qch: Don't include the version in the file name
Fixes: #19374
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cmake-qch-no-version-in-filename.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-qch-no-version-in-filename.rst b/Help/release/dev/cmake-qch-no-version-in-filename.rst new file mode 100644 index 0000000..3c5cb04 --- /dev/null +++ b/Help/release/dev/cmake-qch-no-version-in-filename.rst @@ -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. |