Warning, /pim/kdepim-addons/kaddressbook/importexportplugins/vcards/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_importexportvcardplugin INSTALL_NAMESPACE pim6/kaddressbook/importexportplugin)
0005 
0006 target_sources(kaddressbook_importexportvcardplugin PRIVATE
0007     vcardimportexportplugin.cpp
0008     vcardimportexportplugininterface.cpp
0009     engine/vcardviewerdialog.cpp
0010     engine/vcardexportselectionwidget.cpp
0011     vcardimportexportplugin.h
0012     vcardimportexportplugininterface.h
0013     engine/vcardviewerdialog.h
0014     engine/vcardexportselectionwidget.h
0015     )
0016 
0017 
0018 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
0019     set_target_properties(kaddressbook_importexportvcardplugin PROPERTIES UNITY_BUILD ON)
0020 endif()
0021 
0022 target_link_libraries(kaddressbook_importexportvcardplugin
0023     KPim6::AddressbookImportExport
0024     KPim6::PimCommon
0025     KF6::I18n
0026     KF6::XmlGui
0027     KF6::Contacts
0028     KF6::JobWidgets
0029     KPim6::AkonadiContactCore
0030     KPim6::AkonadiContactWidgets
0031     Gpgmepp
0032     )
0033     target_link_libraries(kaddressbook_importexportvcardplugin QGpgmeQt6)