summaryrefslogtreecommitdiffstats
path: root/kchart/toolbar
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/toolbar')
-rw-r--r--kchart/toolbar/CMakeLists.txt13
-rw-r--r--kchart/toolbar/crystalsvg/CMakeLists.txt11
-rw-r--r--kchart/toolbar/locolor/CMakeLists.txt11
3 files changed, 35 insertions, 0 deletions
diff --git a/kchart/toolbar/CMakeLists.txt b/kchart/toolbar/CMakeLists.txt
new file mode 100644
index 000000000..56c48ea2d
--- /dev/null
+++ b/kchart/toolbar/CMakeLists.txt
@@ -0,0 +1,13 @@
+###############################################################################
+# Trinity KOffice #
+# --------------- #
+# This file is licensed under the terms of GNU GPL v3 or later. #
+# Improvements and feedback are welcome. #
+###############################################################################
+
+### Data ######################################################################
+add_subdirectory(crystalsvg)
+# add_subdirectory(hicolor) # is empty
+add_subdirectory(locolor)
+
+# kate: indent-width 2; replace-tabs true; \ No newline at end of file
diff --git a/kchart/toolbar/crystalsvg/CMakeLists.txt b/kchart/toolbar/crystalsvg/CMakeLists.txt
new file mode 100644
index 000000000..f3304540b
--- /dev/null
+++ b/kchart/toolbar/crystalsvg/CMakeLists.txt
@@ -0,0 +1,11 @@
+###############################################################################
+# Trinity KOffice #
+# --------------- #
+# This file is licensed under the terms of GNU GPL v3 or later. #
+# Improvements and feedback are welcome. #
+###############################################################################
+
+### Data ######################################################################
+tde_install_icons()
+
+# kate: indent-width 2; replace-tabs true; \ No newline at end of file
diff --git a/kchart/toolbar/locolor/CMakeLists.txt b/kchart/toolbar/locolor/CMakeLists.txt
new file mode 100644
index 000000000..f3304540b
--- /dev/null
+++ b/kchart/toolbar/locolor/CMakeLists.txt
@@ -0,0 +1,11 @@
+###############################################################################
+# Trinity KOffice #
+# --------------- #
+# This file is licensed under the terms of GNU GPL v3 or later. #
+# Improvements and feedback are welcome. #
+###############################################################################
+
+### Data ######################################################################
+tde_install_icons()
+
+# kate: indent-width 2; replace-tabs true; \ No newline at end of file