Rename categories

wilder
Montel Laurent 10 years ago
parent 83bb73f7d3
commit c0112f7762
  1. 2
      CMakeLists.txt
  2. 2
      mailcommon.categories
  3. 1
      mailcommon.renamecategories
  4. 2
      src/CMakeLists.txt
  5. 2
      src/filter/autotests/CMakeLists.txt

@ -114,5 +114,5 @@ install(FILES
add_subdirectory(src) add_subdirectory(src)
add_subdirectory(autotests) add_subdirectory(autotests)
install( FILES mailcommon.categories DESTINATION ${KDE_INSTALL_CONFDIR} ) install( FILES mailcommon.renamecategories mailcommon.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)

@ -1 +1 @@
log_mailcommon mailcommon (mailcommon) org.kde.pim.mailcommon mailcommon (mailcommon)

@ -0,0 +1 @@
log_mailcommon org.kde.pim.mailcommon

@ -181,7 +181,7 @@ kconfig_add_kcfg_files(libmailcommon_SRCS
settings/mailcommonsettings_base.kcfgc settings/mailcommonsettings_base.kcfgc
) )
ecm_qt_declare_logging_category(libmailcommon_SRCS HEADER mailcommon_debug.h IDENTIFIER MAILCOMMON_LOG CATEGORY_NAME log_mailcommon) ecm_qt_declare_logging_category(libmailcommon_SRCS HEADER mailcommon_debug.h IDENTIFIER MAILCOMMON_LOG CATEGORY_NAME org.kde.pim.mailcommon)
set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/dbusinterfaces/org.freedesktop.Akonadi.MailFilterAgent.xml PROPERTIES INCLUDE "dbusoperators.h") set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/dbusinterfaces/org.freedesktop.Akonadi.MailFilterAgent.xml PROPERTIES INCLUDE "dbusoperators.h")

@ -18,7 +18,7 @@ macro(add_mailcommon_filter_akonadi_test _name _sources)
endmacro() endmacro()
set(filter_common_SRCS) set(filter_common_SRCS)
ecm_qt_declare_logging_category(filter_common_SRCS HEADER mailcommon_debug.h IDENTIFIER MAILCOMMON_LOG CATEGORY_NAME log_mailcommon) ecm_qt_declare_logging_category(filter_common_SRCS HEADER mailcommon_debug.h IDENTIFIER MAILCOMMON_LOG CATEGORY_NAME org.kde.pim.mailcommon)
add_mailcommon_filter_test(itemcontexttest add_mailcommon_filter_test(itemcontexttest
itemcontexttest.cpp itemcontexttest.cpp

Loading…
Cancel
Save