Warning, /pim/kdepim-addons/kaddressbook/importexportplugins/gmx/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: none
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 kcoreaddons_add_plugin(kaddressbook_importexportgmxplugin INSTALL_NAMESPACE pim6/kaddressbook/importexportplugin)
0005 target_sources(kaddressbook_importexportgmxplugin PRIVATE
0006     gmximportexportplugin.cpp
0007     gmximportexportplugininterface.cpp
0008     gmximportexportplugin.h
0009     gmximportexportplugininterface.h
0010     )
0011 
0012 ecm_qt_declare_logging_category(kaddressbook_importexportgmxplugin HEADER kaddressbook_importexport_gmx_debug.h IDENTIFIER KADDRESSBOOK_IMPORTEXPORT_GMX_LOG CATEGORY_NAME org.kde.pim.kaddressbook_importexportgmx
0013     DESCRIPTION "kdepim-addons (KAddressbook import export gmx plugin)"
0014     EXPORT KDEPIMADDONS
0015     )
0016 
0017 
0018 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
0019     set_target_properties(kaddressbook_importexportgmxplugin PROPERTIES UNITY_BUILD ON)
0020 endif()
0021 target_link_libraries(kaddressbook_importexportgmxplugin
0022     KPim6::AddressbookImportExport
0023     KPim6::PimCommon
0024     KF6::I18n
0025     KF6::XmlGui
0026     KF6::Contacts
0027     KF6::JobWidgets
0028     KPim6::AkonadiCore
0029     )