diff options
author | François Andriot <[email protected]> | 2018-11-18 18:47:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-11-18 18:47:25 +0900 |
commit | f524f014dbe5c1aded491b20044978878b3eb805 (patch) | |
tree | 708d789b4d7d3be94041eec6b635647349e7973d /certmanager/CMakeLists.txt | |
parent | e07bf1c45ebf498c9c980aa9d2328fedeb005ac0 (diff) | |
download | tdepim-f524f014dbe5c1aded491b20044978878b3eb805.tar.gz tdepim-f524f014dbe5c1aded491b20044978878b3eb805.zip |
Added missing applications icons for Kleopatra.
Icons have been taken from GnuPG/KDE version of Kleopatra, which is
available under GPL version >= 2.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'certmanager/CMakeLists.txt')
-rw-r--r-- | certmanager/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/certmanager/CMakeLists.txt b/certmanager/CMakeLists.txt index 4023f5a65..91151b69e 100644 --- a/certmanager/CMakeLists.txt +++ b/certmanager/CMakeLists.txt @@ -18,6 +18,7 @@ tde_import( libtdenetwork ) add_subdirectory( lib ) add_subdirectory( conf ) add_subdirectory( kwatchgnupg ) +add_subdirectory( icons ) add_definitions( -DLIBKLEOPATRA_NO_COMPAT ) |