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.
25 lines
684 B
25 lines
684 B
#################################################
|
|
#
|
|
# (C) 2013 Alexander Golubev (Fat-Zer)
|
|
# fatzer2 (AT) gmail.com
|
|
#
|
|
# Improvements and feedback are welcome
|
|
#
|
|
# This file is released under GPL >= 2
|
|
#
|
|
#################################################
|
|
|
|
install( FILES logokeywords.nb.xml
|
|
DESTINATION ${DATA_INSTALL_DIR}/kturtle/data
|
|
)
|
|
|
|
install( FILES logohighlightstyle.nb.xml
|
|
DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax
|
|
)
|
|
|
|
install( FILES arkfarge.logo kde.logo kvadrathjul.logo pil.logo
|
|
tilfeldige-navn.logo trekant.logo blomst.logo gangetabell.logo
|
|
krusedull.logo kvadrat.logo reklame.logo trekanthjul.logo
|
|
DESTINATION ${DATA_INSTALL_DIR}/kturtle/examples/nb
|
|
)
|