summaryrefslogtreecommitdiffstats
path: root/kchart/pics/CMakeLists.txt
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2024-09-30 00:04:56 +0300
committerPhilippe Mavridis <philippe.mavridis@yandex.com>2025-05-15 21:00:25 +0300
commit04e86613f67d171cc965fce64a4310c0d25c98e1 (patch)
tree08a85d43bc40568f94259601339ccd7e1de11773 /kchart/pics/CMakeLists.txt
parentcf85b9c285a2b9baa87c9d0cb9d683b48e82a475 (diff)
downloadkoffice-feat/cmake-port.tar.gz
koffice-feat/cmake-port.zip
WIP: CMake portfeat/cmake-port
Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
Diffstat (limited to 'kchart/pics/CMakeLists.txt')
-rw-r--r--kchart/pics/CMakeLists.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/kchart/pics/CMakeLists.txt b/kchart/pics/CMakeLists.txt
new file mode 100644
index 000000000..da81f7420
--- /dev/null
+++ b/kchart/pics/CMakeLists.txt
@@ -0,0 +1,26 @@
+###############################################################################
+# Trinity KOffice #
+# --------------- #
+# This file is licensed under the terms of GNU GPL v3 or later. #
+# Improvements and feedback are welcome. #
+###############################################################################
+
+### Data ######################################################################
+install(
+ FILES
+ chart_bar_beside.png chart_bar_layer.png chart_bar_percent.png
+ chart_hilo_close.png chart_hilo_normal.png chart_hilo_openclose.png
+ chart_area_normal.png chart_area_percent.png chart_area_stacked.png
+ chart_line_normal.png chart_line_percent.png chart_line_stacked.png
+ chart_polar_normal.png chart_polar_percent.png chart_polar_stacked.png
+ chart_legend_top.png chart_legend_topleft.png chart_legend_topright.png
+ chart_legend_nolegend.png chart_legend_left.png chart_legend_right.png
+ chart_legend_bottom.png chart_legend_bottomleft.png chart_legend_bottomright.png
+ chart_legend_toplefttop.png chart_legend_topleftleft.png
+ chart_legend_bottomleftbottom.png chart_legend_bottomleftleft.png
+ chart_legend_toprighttop.png chart_legend_toprightright.png
+ chart_legend_bottomrightbottom.png chart_legend_bottomrightright.png
+ DESTINATION ${DATA_INSTALL_DIR}/kchart/pics
+)
+
+# kate: indent-width 2; replace-tabs true; \ No newline at end of file