X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=icons%2FCMakeLists.txt;h=085ca92cd35b61b67b57ded83633712282b8e4d2;hb=25e93f53be9b25f376c4f782f5e77d8e59b6cf10;hp=0fda03ea04eb58269c6c376b372ca511ccd6591a;hpb=bb472af43db9b3a3bb02af1d853ae808890a49bb;p=quassel.git 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)