X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=icons%2FCMakeLists.txt;h=5824c6ef7bf1bd7cc1a538665fd483125bc8a880;hp=d2ec9cb46bd36ceca86e8b128e610a8aa7161089;hb=f6b9eeda207d42c99fc3e9085631722cf2ec83dc;hpb=36b30b6b8775f5322fad3d1ee99545a07baf9e20 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)