blob: ab7482a76773f2b8f37fd332cf49fe9230d7ca6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
##### icons
tde_install_icons(
addpoint arrow circle circle2 freehand lower
polygon raise rectangle removepoint
DESTINATION ${DATA_INSTALL_DIR}/kimagemapeditor/icons
)
tde_install_icons( kimagemapeditor )
install(
FILES addpointcursor.png freehandcursor.png
polygoncursor.png removepointcursor.png
DESTINATION ${DATA_INSTALL_DIR}/kimagemapeditor
)
|