summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-10 00:31:11 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-20 23:49:29 +0200
commit0cd3c09a8c51682a2e39ef51834c38785db4bda3 (patch)
tree07b4964c6486df9352377cc712bb972af16b95bf /icons
parentstart moving things.. (diff)
downloadrekonq-0cd3c09a8c51682a2e39ef51834c38785db4bda3.tar.xz
Working on new notify system...
new download icon
Diffstat (limited to 'icons')
-rw-r--r--icons/CMakeLists.txt2
-rw-r--r--icons/pics/CMakeLists.txt4
-rw-r--r--icons/pics/hi64-actions-download.pngbin0 -> 4518 bytes
3 files changed, 6 insertions, 0 deletions
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
--- /dev/null
+++ b/icons/pics/hi64-actions-download.png
Binary files differ