Skip to content

Commit

Permalink
Re #6897. Adding more image types to be automatically copied.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Apr 30, 2013
1 parent 835eda3 commit b698a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Code/Mantid/docs/qtassistant/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ if (QT_QCOLLECTIONGENERATOR_EXECUTABLE)
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/images
"*.jpg" )
list ( APPEND IMAGES ${IMAGES_jpg})
file ( GLOB_RECURSE IMAGES_gif
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/images
"*.gif" )
list ( APPEND IMAGES ${IMAGES_gif})
file ( GLOB_RECURSE IMAGES_PNG
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/images
"*.PNG" )
Expand Down

0 comments on commit b698a21

Please sign in to comment.