X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2FCMakeLists.txt;h=5c6762d5954182004b5153bb82deda840333dc2c;hp=04b322b34a0fc25c74d8f7203c09a234d5675ea2;hb=e61d189229dc09fb5978a8a1bc10aed413cd4cbd;hpb=e50ae7a06fc4e5d3a911c361d30953410deab609 diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 04b322b3..5c6762d5 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -8,9 +8,13 @@ if (BUILD_GUI) install(FILES quassel.desktop DESTINATION ${CMAKE_INSTALL_APPDIR}) endif() - if (KDE4_FOUND) + if (WITH_KDE4) install(FILES quassel.notifyrc DESTINATION ${CMAKE_INSTALL_DATADIR}/quassel) endif() + + if (WITH_KF5) + install(FILES quassel.notifyrc DESTINATION ${CMAKE_INSTALL_KNOTIFY5RCDIR}) + endif() endif() if (EMBED_DATA)