summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorDomrachev Alexandr <alexandr.domrachev@gmail.com>2009-06-27 19:17:11 +0400
committerDomrachev Alexandr <alexandr.domrachev@gmail.com>2009-06-27 19:17:11 +0400
commit625d68593076158ab88ae34dbe14ebe96266085a (patch)
treec4f1348c11c4c29ad14939018c13a9bbdeb192e0 /icons
parentMerge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git (diff)
parentFixing popup pos && removing unwanted statusBar (diff)
downloadrekonq-625d68593076158ab88ae34dbe14ebe96266085a.tar.xz
Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git
* 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git: Fixing popup pos && removing unwanted statusBar 0.1.6 version with new notifying system New notifying system. Perhaps this should be default for Deleting popup in empty msg Comments and Fixes New notify system Working on new notify system... start moving things.. slot Save File As Finally fixed F5 shortcut New history menu code comments history menu fix
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