okular/ui/data/CMakeLists.txt

40 lines
790 B
CMake
Raw Normal View History

# install annotator xml tools description
install(FILES
tools.xml
DESTINATION ${DATA_INSTALL_DIR}/okular)
# install annotation tool images
install(FILES
tool_eraser.png
tool_hl_orange.png
tool_hl_pink.png
tool_hl_yellow.png
tool_ink_green.png
tool_note.png
DESTINATION ${DATA_INSTALL_DIR}/okular/pics)
# install annotation page images
install(FILES
checkmark.png
circle.png
comment.png
cross.png
help.png
insert.png
key.png
newparagraph.png
note.png
paragraph.png
rightarrow.png
rightpointer.png
star.png
uparrow.png
upleftarrow.png
DESTINATION ${DATA_INSTALL_DIR}/okular/pics)
# install misc images
install(FILES
ghns.png
ghns_star.png
ghns_star_gray.png
DESTINATION ${DATA_INSTALL_DIR}/okular/pics)