Warning, /pim/messagelib/messageviewer/src/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-License-Identifier: CC0-1.0
0002 # SPDX-FileCopyrightText: none
0003 kcoreaddons_add_plugin(messageviewer_defaultgrantleeheaderstyleplugin
0004 INSTALL_NAMESPACE pim6/messageviewer/headerstyle
0005 )
0006
0007 target_sources(messageviewer_defaultgrantleeheaderstyleplugin PRIVATE
0008 defaultgrantleeheaderstyleplugin.cpp
0009 defaultgrantleeheaderstyleinterface.cpp
0010 defaultgrantleeheaderstrategy.cpp
0011 defaultgrantleeheaderstyleplugin.h
0012 defaultgrantleeheaderstyleinterface.h
0013 defaultgrantleeheaderstrategy.h
0014 )
0015
0016 kconfig_add_kcfg_files(messageviewer_defaultgrantleeheaderstyleplugin
0017 settings/globalsettings_base.kcfgc
0018 )
0019
0020 target_link_libraries(messageviewer_defaultgrantleeheaderstyleplugin
0021 KPim6::MessageViewer
0022 KPim6::GrantleeTheme
0023 KF6::XmlGui
0024 )
0025
0026 install(DIRECTORY theme/5.2 DESTINATION ${KDE_INSTALL_DATADIR}/messageviewer/defaultthemes/ )