summaryrefslogtreecommitdiffstats
path: root/icons/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-08 11:22:32 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-08 18:36:29 +0200
commit12eaecb7cac54a170a8cbb8570fcf8b4e145c04b (patch)
tree2954910a02be3e50c823ddade1b2077126fb9890 /icons/CMakeLists.txt
parent81c05eee49fbb2ddc58025ac4b8834bdc59e41e7 (diff)
downloadkube-12eaecb7cac54a170a8cbb8570fcf8b4e145c04b.tar.gz
kube-12eaecb7cac54a170a8cbb8570fcf8b4e145c04b.zip
Install icons as qrc file as use them from there.
The plan is that this will help on windows with symlinks not working.
Diffstat (limited to 'icons/CMakeLists.txt')
-rw-r--r--icons/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt
index a5c39b86..5fa36fbf 100644
--- a/icons/CMakeLists.txt
+++ b/icons/CMakeLists.txt
@@ -7,9 +7,4 @@ ecm_install_icons(ICONS sc-apps-kube_symbol.svg DESTINATION share/icons)
7ecm_install_icons(ICONS sc-apps-kube_logo.svg DESTINATION share/icons) 7ecm_install_icons(ICONS sc-apps-kube_logo.svg DESTINATION share/icons)
8 8
9#See the copybreeze script to adjust icons and to copy them over 9#See the copybreeze script to adjust icons and to copy them over
10install(DIRECTORY 10add_subdirectory(breeze)
11 breeze/icons/places
12 breeze/icons/actions
13 breeze/icons/mimetypes
14 DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/kube)
15install(FILES breeze/icons/index.theme DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/kube)