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