Merge topic 'fix-qthelp-installation'

6578508c Help: Fix installation of the Qt qch file.
This commit is contained in:
Brad King 2014-04-15 10:22:26 -04:00 committed by CMake Topic Stage
commit 1ce673a88b
1 changed files with 1 additions and 1 deletions

View File

@ -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()