summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2009-06-21 23:08:53 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2009-06-21 23:08:53 +0200
commit4e4c628ca96fb9cc2810cfd1c93ce4db2ed77c2d (patch)
tree933b7f75f631da867c342bbf86cb3b0d68e2d6fe /icons
parentModified strings in the WebKit settings a bit (diff)
parent0.1.6 version with new notifying system (diff)
downloadrekonq-4e4c628ca96fb9cc2810cfd1c93ce4db2ed77c2d.tar.xz
Merge commit 'rekonq-master/master'
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