1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

Install in new logging directory when we use kf5 5.59.0

This commit is contained in:
Laurent Montel 2019-06-13 07:07:25 +02:00
parent 9f65f1de47
commit c337bfeeea

View File

@ -150,7 +150,11 @@ configure_file(org.kde.dolphin.FileManager1.service.in
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.dolphin.FileManager1.service
DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
install( FILES dolphin.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
if (${ECM_VERSION} STRGREATER "5.58.0")
install(FILES dolphin.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
else()
install(FILES dolphin.categories DESTINATION ${KDE_INSTALL_CONFDIR})
endif()
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)