Warning, /pim/kdepim-addons/kaddressbook/importexportplugins/ldif/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_importexportldifplugin INSTALL_NAMESPACE pim6/kaddressbook/importexportplugin)
0005 target_sources(kaddressbook_importexportldifplugin PRIVATE
0006     ldifimportexportplugin.cpp
0007     ldifimportexportplugininterface.cpp
0008     ldifimportexportplugin.h
0009     ldifimportexportplugininterface.h
0010     )
0011 
0012 
0013 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
0014     set_target_properties(kaddressbook_importexportldifplugin PROPERTIES UNITY_BUILD ON)
0015 endif()
0016 
0017 target_link_libraries(kaddressbook_importexportldifplugin
0018         KPim6::AddressbookImportExport
0019         KPim6::PimCommon
0020         KF6::I18n
0021         KF6::XmlGui
0022         KF6::Contacts
0023         KF6::JobWidgets
0024         KPim6::AkonadiCore
0025     )