┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-12-24 19:30:44 +0100
committerElvis Angelaccio <[email protected]>2019-12-24 19:30:44 +0100
commit61edac18424908c0184d66fc8cfa87f36bb7d470 (patch)
treec2ad27a1885a84e67c9176a006aef39f8eeebb1b /CMakeLists.txt
parent224028d931bf62f257cc6b2c4f7f51a1f42f4bd9 (diff)
Use non-deprecated install dir variables from ECM
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4046051d7..79c0fefa9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -148,7 +148,7 @@ install(FILES
configure_file(org.kde.dolphin.FileManager1.service.in
${CMAKE_CURRENT_BINARY_DIR}/org.kde.dolphin.FileManager1.service)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.dolphin.FileManager1.service
- DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
+ DESTINATION ${KDE_INSTALL_DBUSSERVICEDIR})
install(FILES dolphin.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)