Warning, /pim/akonadi-import-wizard/src/plugins/balsa/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(balsaimporter_SRCS
0002     balsaaddressbook.cpp
0003     balsaimportdata.cpp
0004     balsasettings.cpp
0005     balsasettings.h
0006     balsaimportdata.h
0007     balsaaddressbook.h
0008 
0009     )
0010 ecm_qt_declare_logging_category(balsaimporter_SRCS HEADER balsaplugin_debug.h
0011         IDENTIFIER BALSAPLUGIN_LOG CATEGORY_NAME org.kde.pim.importwizard.balsaplugin
0012         DESCRIPTION "importwizard (balsa plugin)"
0013         EXPORT IMPORTWIZARD
0014     )
0015 
0016 
0017 
0018 kcoreaddons_add_plugin(balsaimporterplugin SOURCES ${balsaimporter_SRCS} INSTALL_NAMESPACE pim6/importwizard)
0019 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
0020     set_target_properties(balsaimporterplugin PROPERTIES UNITY_BUILD ON)
0021 endif()
0022 set_target_properties(balsaimporterplugin PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/importwizard/")
0023 
0024 target_link_libraries(balsaimporterplugin
0025     KPim6::ImportWizard
0026     KF6::XmlGui
0027     KF6::I18n
0028     KF6::Contacts
0029     KPim6::MailImporterAkonadi
0030     KPim6::MailTransport
0031     KPim6::MailCommon
0032     KPim6::IdentityManagementCore
0033     KPim6::MessageViewer
0034     )