From 0cd3c09a8c51682a2e39ef51834c38785db4bda3 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 10 Jun 2009 00:31:11 +0200 Subject: Working on new notify system... new download icon --- icons/CMakeLists.txt | 2 ++ icons/pics/CMakeLists.txt | 4 ++++ icons/pics/hi64-actions-download.png | Bin 0 -> 4518 bytes 3 files changed, 6 insertions(+) create mode 100644 icons/pics/CMakeLists.txt create mode 100644 icons/pics/hi64-actions-download.png (limited to 'icons') diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 9d7ead58..d575cf4d 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -1,2 +1,4 @@ # install standard icons KDE4_INSTALL_ICONS( ${ICON_INSTALL_DIR} ) + +ADD_SUBDIRECTORY( pics ) diff --git a/icons/pics/CMakeLists.txt b/icons/pics/CMakeLists.txt new file mode 100644 index 00000000..53d04224 --- /dev/null +++ b/icons/pics/CMakeLists.txt @@ -0,0 +1,4 @@ +INSTALL( + FILES hi64-actions-download.png + DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics +) diff --git a/icons/pics/hi64-actions-download.png b/icons/pics/hi64-actions-download.png new file mode 100644 index 00000000..aa1101c1 Binary files /dev/null and b/icons/pics/hi64-actions-download.png differ -- cgit v1.2.1