┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRalf Habacker <[email protected]>2008-04-02 21:32:47 +0000
committerRalf Habacker <[email protected]>2008-04-02 21:32:47 +0000
commit91687fa984fcfca8dc384210b17c174134df1f61 (patch)
tree962a6e4b7579612b95e6bad66c098efd3f316e62 /src
parent570f0265586e760e57c70cfef3ec963f27273fa7 (diff)
added application icons
svn path=/trunk/KDE/kdebase/apps/; revision=793036
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 94f512298..77323bb45 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -143,6 +143,9 @@ qt4_add_dbus_adaptor(dolphin_SRCS
qt4_add_dbus_adaptor(dolphin_SRCS
org.kde.dolphin.MainWindow.xml
dolphinmainwindow.h DolphinMainWindow)
+
+kde4_add_app_icon(dolphin_SRCS "${KDE4_ICON_INSTALL_DIR}/oxygen/*/apps/system-file-manager.png")
+
kde4_add_executable(dolphin ${dolphin_SRCS})
target_link_libraries(dolphin ${KDE4_KDEPRINT_LIBS} ${KDE4_KFILE_LIBS} konq dolphinprivate)