You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
859 B
43 lines
859 B
# install annotator xml tools description |
|
install(FILES |
|
tools.xml |
|
DESTINATION ${DATA_INSTALL_DIR}/okular) |
|
|
|
# install annotation tool images |
|
install(FILES |
|
# tool_hl_orange.png |
|
# tool_hl_pink.png |
|
tool_hl_yellow.png |
|
tool_ink_green.png |
|
tool_note.png |
|
tool_line_okular.png |
|
tool_polygon_okular.png |
|
tool_ellipse_okular.png |
|
tool-note.png |
|
tool-note-inline.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 |
|
|
|
# newstuff |
|
install(FILES |
|
okular.knsrc |
|
DESTINATION ${CONFIG_INSTALL_DIR}) |
|
|
|
|