Warning, /pim/akonadi-import-wizard/src/plugins/sylpheed/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(sylpheedimporter_SRCS
0002 sylpheedaddressbook.cpp
0003 sylpheedimportdata.cpp
0004 sylpheedsettings.cpp
0005 sylpheedsettingsutils.cpp
0006 sylpheedimportdata.h
0007 sylpheedsettings.h
0008 sylpheedaddressbook.h
0009 sylpheedsettingsutils.h
0010
0011 )
0012 ecm_qt_declare_logging_category(sylpheedimporter_SRCS HEADER sylpheedplugin_debug.h
0013 IDENTIFIER SYLPHEEDPLUGIN_LOG CATEGORY_NAME org.kde.pim.importwizard.sylpheedplugin
0014 DESCRIPTION "importwizard (sylpheed plugin)"
0015 EXPORT IMPORTWIZARD
0016 )
0017
0018 kcoreaddons_add_plugin(sylpheedimporterplugin SOURCES ${sylpheedimporter_SRCS} INSTALL_NAMESPACE pim6/importwizard)
0019 set_target_properties(sylpheedimporterplugin PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/importwizard/")
0020 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
0021 set_target_properties(sylpheedimporterplugin PROPERTIES UNITY_BUILD ON)
0022 endif()
0023
0024 target_link_libraries(sylpheedimporterplugin
0025 KPim6::ImportWizard
0026 KF6::XmlGui
0027 KF6::I18n
0028 KF6::Contacts
0029 KPim6::MailImporterAkonadi
0030 KPim6::MailTransport
0031 KPim6::IdentityManagementCore
0032 KPim6::MailCommon
0033 )