summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-14 11:14:31 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-14 11:14:31 (GMT)
commit6578508ca31f8394b5c04b1fa70260e917643bf6 (patch)
tree847eb87c17944e2251fce56ba8aca9e4d3b5b105
parent99514c7e9cfb23c96ab234df349d6de38693332a (diff)
downloadCMake-6578508ca31f8394b5c04b1fa70260e917643bf6.zip
CMake-6578508ca31f8394b5c04b1fa70260e917643bf6.tar.gz
CMake-6578508ca31f8394b5c04b1fa70260e917643bf6.tar.bz2
Help: Fix installation of the Qt qch file.
The file was changed to have the version in its name in commit 111bb67c (Help: Use a more-appropriate qthelp namespace and file name., 2014-04-10).
-rw-r--r--Utilities/Sphinx/CMakeLists.txt2
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()