blob: 1f8cd60a9d4a843660177b54b90c48e083932c9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer
install( FILES logokeywords.ru.xml
DESTINATION ${DATA_INSTALL_DIR}/kturtle/data
)
install( FILES logohighlightstyle.ru.xml
DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax
)
install( FILES ad.logo arrow.logo canvascolors.logo curly.logo flower.logo
kde.logo randomname.logo square.logo squaresss.logo timestables.logo
triangle.logo trianglesss.logo
DESTINATION ${DATA_INSTALL_DIR}/kturtle/examples/ru
)
|