blob: 30212fe1117257ecb5fc2c73472540031414ab76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
###############################################################################
# Trinity KOffice #
# --------------- #
# This file is licensed under the terms of GNU GPL v3 or later. #
# Improvements and feedback are welcome. #
###############################################################################
### Data ######################################################################
install(
FILES .directory BarChart.desktop Empty.desktop
DESTINATION ${DATA_INSTALL_DIR}/kchart/templates/chart
)
install(
FILES BarChart.chrt Empty.chrt
DESTINATION ${DATA_INSTALL_DIR}/kchart/templates/chart/.source
)
tde_install_icons()
# kate: indent-width 2; replace-tabs true;
|