Warning, /pim/kdepim-addons/akonadi-import-wizard/geary/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2019-2024 Laurent Montel <montel@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 kcoreaddons_add_plugin(gearyimporterplugin INSTALL_NAMESPACE pim6/importwizard)
0005 target_sources(gearyimporterplugin PRIVATE
0006    gearyaddressbook.cpp  
0007    gearyimportdata.cpp  
0008    gearysettings.cpp
0009    gearyaddressbook.h
0010    gearyimportdata.h
0011    gearysettings.h
0012 )
0013 
0014 ecm_qt_declare_logging_category(gearyimporterplugin HEADER gearyplugin_debug.h IDENTIFIER GEARYPLUGIN_LOG CATEGORY_NAME org.kde.pim.importwizard.gearyplugin)
0015 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
0016     set_target_properties(gearyimporterplugin PROPERTIES UNITY_BUILD ON)
0017 endif()
0018 
0019 
0020 target_link_libraries(gearyimporterplugin
0021   KPim6::ImportWizard
0022   KF6::XmlGui
0023   KF6::I18n
0024   KF6::Contacts
0025   KPim6::MailImporterAkonadi
0026   KPim6::MailTransport
0027   KPim6::IdentityManagementCore
0028   KPim6::MailCommon
0029 )