X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=icons%2FCMakeLists.txt;h=085ca92cd35b61b67b57ded83633712282b8e4d2;hp=0fda03ea04eb58269c6c376b372ca511ccd6591a;hb=1cb4bf57093cfc8fc25b27fd9060abe615e7bfda;hpb=1f69b066d8d086c10eb046f6386aedf8fccffec4 diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 0fda03ea..085ca92c 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -40,9 +40,9 @@ if(WANT_MONO OR WANT_QTCLIENT) endif(WANT_MONO OR WANT_QTCLIENT) # Application icon -if(NOT APPLE AND NOT WIN32) +if((UNIX AND NOT APPLE) OR HAVE_KDE) install(FILES oxygen_kde/48x48/apps/quassel.png DESTINATION ${ICON_INSTALL_DIR}/hicolor/48x48/apps) if(CMAKE_INSTALL_PREFIX STREQUAL "/usr") install(FILES oxygen_kde/48x48/apps/quassel.png DESTINATION /usr/share/pixmaps) endif(CMAKE_INSTALL_PREFIX STREQUAL "/usr") -endif(NOT APPLE AND NOT WIN32) +endif((UNIX AND NOT APPLE) OR HAVE_KDE)