Warning, /pim/kdepim-addons/akonadi-import-wizard/opera/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(operaimporterplugin INSTALL_NAMESPACE pim6/importwizard)
0005 target_sources(operaimporterplugin PRIVATE
0006    operaaddressbook.cpp  
0007    operaimportdata.cpp  
0008    operasettings.cpp
0009    operaaddressbook.h
0010    operaimportdata.h
0011    operasettings.h
0012 )
0013 
0014 ecm_qt_declare_logging_category(operaimporterplugin HEADER operaplugin_debug.h IDENTIFIER OPERAPLUGIN_LOG CATEGORY_NAME org.kde.pim.importwizard.operaplugin)
0015 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
0016     set_target_properties(operaimporterplugin PROPERTIES UNITY_BUILD ON)
0017 endif()
0018 
0019 target_link_libraries(operaimporterplugin
0020   KPim6::ImportWizard
0021   KF6::XmlGui
0022   KF6::I18n
0023   KF6::Contacts
0024   KPim6::MailImporterAkonadi
0025   KPim6::MailTransport
0026   KPim6::MailCommon
0027   KPim6::IdentityManagementCore
0028 )