Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2012-01-05 22:10:11 +0400
committerFelix Geyer <debfx@fobos.de>2012-01-05 22:10:11 +0400
commit34d7b841c09f1b67f5463e057df230c1d54913b2 (patch)
treec95fa842311becad9832ff3ed8312356e1ce42ea /share/CMakeLists.txt
parentea38b721d6ec46ea94f1f240090285571fe47620 (diff)
Add KeePassX application icons.
Diffstat (limited to 'share/CMakeLists.txt')
-rw-r--r--share/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/CMakeLists.txt b/share/CMakeLists.txt
index 7c5853c55..63649b27d 100644
--- a/share/CMakeLists.txt
+++ b/share/CMakeLists.txt
@@ -16,3 +16,8 @@
file(GLOB DATABASE_ICONS icons/database/*.png)
install(FILES ${DATABASE_ICONS} DESTINATION ${DATA_INSTALL_DIR}/icons/database)
+
+if(UNIX AND NOT APPLE)
+ install(DIRECTORY icons/application/ DESTINATION share/icons/hicolor
+ FILES_MATCHING PATTERN "*.png" PATTERN "*.svg")
+endif(UNIX AND NOT APPLE)