X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=cmake%2FQuasselInstallDirs.cmake;h=c03895c280e41f7f18e46ebc5cec33e22f81049b;hp=9075a808d83303ac230e2008cdaabc26e8f1d2ac;hb=0216d4a650c02155b5bcd517567209f674d8a120;hpb=4af261c83c6dfd578886afc6da23e5ded067b5c9 diff --git a/cmake/QuasselInstallDirs.cmake b/cmake/QuasselInstallDirs.cmake index 9075a808..c03895c2 100644 --- a/cmake/QuasselInstallDirs.cmake +++ b/cmake/QuasselInstallDirs.cmake @@ -43,23 +43,4 @@ if (NOT WITH_KDE) set(CMAKE_INSTALL_APPDIR "${CMAKE_INSTALL_DATAROOTDIR}/applications") endif() endif() -else() - if (WITH_KDE4) - # FindKDE4Internal.cmake sets its own set of variables, however with deprecated names - if (NOT DEFINED CMAKE_INSTALL_BINDIR) - set(CMAKE_INSTALL_BINDIR "${BIN_INSTALL_DIR}" CACHE PATH "Install path for binaries") - endif() - if (NOT DEFINED CMAKE_INSTALL_DATADIR) - set(CMAKE_INSTALL_DATADIR "${DATA_INSTALL_DIR}" CACHE PATH "Install path for data files") - endif() - if (NOT DEFINED CMAKE_INSTALL_ICONDIR) - set(CMAKE_INSTALL_ICONDIR "${ICON_INSTALL_DIR}" CACHE PATH "Install path for icons") - endif() - if (NOT DEFINED CMAKE_INSTALL_APPDIR) - set(CMAKE_INSTALL_APPDIR "${XDG_APPS_INSTALL_DIR}" CACHE PATH "Install path for .desktop files") - endif() - endif() - - # KF5 does the correct thing, so we don't need to do anything - # We have already included KDEInstallDirs at this point. endif()