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