From: Manuel Nickschas Date: Sun, 1 Feb 2009 10:43:08 +0000 (+0100) Subject: Install oxygen icon as application icon X-Git-Tag: 0.4.0~161 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=adcc6c4a43baae7bf388ce205a2b67776ada4e19;hp=5143757266f226630c7b8d1a27d0ab46aa942183 Install oxygen icon as application icon --- 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)