Warning, /pim/korganizer/src/kontactplugin/specialdates/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: none
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 ########### next target ###############
0004 
0005 
0006 
0007 set(kontact_specialdatesplugin_PART_SRCS specialdates_plugin.cpp sdsummarywidget.cpp specialdates_plugin.h sdsummarywidget.h)
0008 ecm_qt_declare_logging_category(kontact_specialdatesplugin_PART_SRCS HEADER korganizer_kontactplugins_specialdates_debug.h IDENTIFIER KORGANIZER_KONTACTPLUGINS_SPECIALDATES_LOG CATEGORY_NAME org.kde.pim.korganizer_kontactplugins_specialdates
0009         DESCRIPTION "korganizer (kontactplugins korganizer special dates)"
0010         OLD_CATEGORY_NAMES log_korganizer_kontactplugins_specialdates
0011         EXPORT KORGANIZER
0012     )
0013 
0014 
0015 add_library(kontact_specialdatesplugin MODULE ${kontact_specialdatesplugin_PART_SRCS})
0016 
0017 set(_korganizerprivate_lib "korganizerprivate")
0018 
0019 target_link_libraries(kontact_specialdatesplugin
0020   KF6::Contacts
0021   KF6::CalendarCore
0022   KF6::Holidays
0023   KPim6::KontactInterface
0024   KPim6::AkonadiCore
0025   KPim6::AkonadiContactWidgets
0026   KPim6::CalendarSupport
0027 )
0028 
0029 ########### next target ###############
0030 
0031 set(kcmsdsummary_PART_SRCS kcmsdsummary.cpp kcmsdsummary.h)
0032 
0033 ki18n_wrap_ui(kcmsdsummary_PART_SRCS sdsummaryconfig_base.ui)
0034 
0035 add_library(kcmsdsummary MODULE ${kcmsdsummary_PART_SRCS})
0036 target_link_libraries(kcmsdsummary Qt::Widgets KF6::KCMUtils KF6::I18n KF6::CoreAddons)
0037 
0038 ########### install files ###############
0039 
0040 install(TARGETS kontact_specialdatesplugin DESTINATION ${KDE_INSTALL_PLUGINDIR}/pim6/kontact)
0041 install(TARGETS kcmsdsummary DESTINATION ${KDE_INSTALL_PLUGINDIR}/pim6/kcms/summary)