Skip to content

Commit

Permalink
Re #6630. Install the help doc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Mar 12, 2013
1 parent e9be793 commit a77d10e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Code/Mantid/docs/qtassistant/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ if (QT_QCOLLECTIONGENERATOR_EXECUTABLE)
DEPENDS MantidPlot ${HELP_QCH_DIR}/mantid.qhc
)

# install ( FILES mantid.qhc algorithms.qch mantidgeneral.qch
# DESTINATION ${GUI_HELP_DEST} <- TODO define this variable
# COMPONENT help ) <- TODO define this component
set ( GUI_HELP_DEST share/doc )

install ( DIRECTORY ${HELP_QCH_DIR} ${HELP_HTML_DIR} ${HELP_IMG_DIR}
DESTINATION ${GUI_HELP_DEST} )
install (FILES ${HELP_OUT_DIR}/mantid.qhc
DESTINATION ${GUI_HELP_DEST} )

else (QT_QCOLLECTIONGENERATOR_EXECUTABLE)
message (FATAL_ERROR " Did not find qcollectiongenerator - cannot create qtassistant files")
Expand Down

0 comments on commit a77d10e

Please sign in to comment.