From adcc6c4a43baae7bf388ce205a2b67776ada4e19 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 1 Feb 2009 11:43:08 +0100 Subject: [PATCH] Install oxygen icon as application icon --- icons/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index d2ec9cb4..5824c6ef 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -11,8 +11,8 @@ endif(EMBED_DATA) # Application icon if(NOT APPLE AND NOT WIN32) - install(FILES hicolor/48x48/apps/quassel.png DESTINATION ${ICON_INSTALL_DIR}/hicolor/48x48/apps) + install(FILES oxygen/48x48/apps/quassel.png DESTINATION ${ICON_INSTALL_DIR}/hicolor/48x48/apps) if(CMAKE_INSTALL_PREFIX STREQUAL "/usr") - install(FILES hicolor/48x48/apps/quassel.png DESTINATION /usr/share/pixmaps) + install(FILES oxygen/48x48/apps/quassel.png DESTINATION /usr/share/pixmaps) endif(CMAKE_INSTALL_PREFIX STREQUAL "/usr") endif(NOT APPLE AND NOT WIN32) -- 2.20.1