From 128d482d8305e6dd8ad548c57e0218f2a619eb00 Mon Sep 17 00:00:00 2001 From: Jakob Petsovits Date: Tue, 13 May 2008 13:45:48 +0000 Subject: [PATCH] Er, those icons probably won't install without proper CMake rules. svn path=/trunk/KDE/kdepim/; revision=807256 --- CMakeLists.txt | 1 + icons/CMakeLists.txt | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 icons/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index e86e2c224..9e676bf1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,7 @@ add_custom_target(kmail_xml ALL add_subdirectory( interfaces ) add_subdirectory( about ) add_subdirectory( pics ) +add_subdirectory( icons ) add_subdirectory( profiles ) add_subdirectory( avscripts ) add_subdirectory( tests ) diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 000000000..53474a81c --- /dev/null +++ b/icons/CMakeLists.txt @@ -0,0 +1,5 @@ + +########### install files ############### + +kde4_install_icons( ${DATA_INSTALL_DIR}/kmail/icons ) +