diff options
| author | Laurent Montel <[email protected]> | 2018-11-02 13:23:10 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2018-11-02 13:23:10 +0100 |
| commit | 7c9db51c1ddbf68f539c5d472907ccdd9cb9205b (patch) | |
| tree | 25047c1e43bd0a56338fb94243ed50a84cd178b1 /CMakeLists.txt | |
| parent | 7cd22e7a8864d73beae6a13fd0f106be1d7a9395 (diff) | |
Autogenerate debug file + install debug categories file
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 390376e94..27f2de82e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ include(FeatureSummary) include(KDEInstallDirs) include(KDECMakeSettings) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) +include(ECMQtDeclareLoggingCategory) ecm_setup_version(${KDE_APPLICATIONS_VERSION} VARIABLE_PREFIX DOLPHIN VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/src/dolphin_version.h" @@ -132,5 +133,7 @@ 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} ) + feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |
