Skip to content

Commit

Permalink
Re #6630. Added qtassistant to all target.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Mar 5, 2013
1 parent 8eb9cb2 commit ccd92bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_subdirectory ( qtassistant EXCLUDE_FROM_ALL )
add_subdirectory ( qtassistant )
6 changes: 3 additions & 3 deletions Code/Mantid/docs/qtassistant/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ if (QT_QCOLLECTIONGENERATOR_EXECUTABLE)
${CMAKE_BINARY_DIR}/qtassistant/generated/fitfunctions_index.html )

add_custom_command(OUTPUT ${HELP_ALGO_OUT}
DEPENDS make_algorithms_help.py qhpfile.py
DEPENDS make_algorithms_help.py qhpfile.py algorithm_help.py
COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/make_algorithms_help.py
-m ${CMAKE_BINARY_DIR} -o ${CMAKE_BINARY_DIR}/qtassistant/generated
)

add_custom_command(OUTPUT ${HELP_FIT_OUT}
DEPENDS make_fitfunctions_help.py qhpfile.py
DEPENDS make_fitfunctions_help.py qhpfile.py fitfunctions_help.py
COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/make_fitfunctions_help.py
-m ${CMAKE_BINARY_DIR} -o ${CMAKE_BINARY_DIR}/qtassistant/generated
)
Expand All @@ -40,7 +40,7 @@ if (QT_QCOLLECTIONGENERATOR_EXECUTABLE)
COMMAND ${QT_QCOLLECTIONGENERATOR_EXECUTABLE} ${CMAKE_BINARY_DIR}/qtassistant/mantid.qhcp
)

add_custom_target ( qtassistant
add_custom_target ( qtassistant ALL
DEPENDS MantidPlot
${CMAKE_BINARY_DIR}/qtassistant/generated/algorithms.qhp
${CMAKE_BINARY_DIR}/qtassistant/generated/fitfunctions.qhp
Expand Down

0 comments on commit ccd92bd

Please sign in to comment.