diff options
author | Brad King <brad.king@kitware.com> | 2014-04-15 14:22:26 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-04-15 14:22:26 (GMT) |
commit | 1ce673a88ba2284af22a90d2619096beb0ea9dc6 (patch) | |
tree | a7b473b77ef5f8aa043e7440c1634a43a180d70d /Utilities | |
parent | cb101b95f9b87410ae9b2b91fed716a268c81b7f (diff) | |
parent | 6578508ca31f8394b5c04b1fa70260e917643bf6 (diff) | |
download | CMake-1ce673a88ba2284af22a90d2619096beb0ea9dc6.zip CMake-1ce673a88ba2284af22a90d2619096beb0ea9dc6.tar.gz CMake-1ce673a88ba2284af22a90d2619096beb0ea9dc6.tar.bz2 |
Merge topic 'fix-qthelp-installation'
6578508c Help: Fix installation of the Qt qch file.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Sphinx/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Sphinx/CMakeLists.txt b/Utilities/Sphinx/CMakeLists.txt index 0ae67bd..132ce60 100644 --- a/Utilities/Sphinx/CMakeLists.txt +++ b/Utilities/Sphinx/CMakeLists.txt @@ -149,7 +149,7 @@ if(SPHINX_HTML) ) endif() if(SPHINX_QTHELP) - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qthelp/CMake.qch + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qthelp/CMake-${CMake_VERSION_MAJOR}${CMake_VERSION_MINOR}${CMake_VERSION_PATCH}.qch DESTINATION ${CMAKE_DOC_DIR} ) endif() |