Warning, /pim/kdepim-addons/plugins/messageviewerplugins/common/expandurlplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2015-2024 Laurent Montel <montel@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 kcoreaddons_add_plugin(messageviewer_expandurlplugin INSTALL_NAMESPACE pim6/messageviewer/viewercommonplugin)
0004 target_sources(messageviewer_expandurlplugin PRIVATE
0005     viewerpluginexpandurl.cpp
0006     viewerpluginexpandurlinterface.cpp
0007     viewerpluginexpandurl.h
0008     viewerpluginexpandurlinterface.h
0009     )
0010 
0011 ecm_qt_declare_logging_category(messageviewer_expandurlplugin HEADER expandurlplugin_debug.h IDENTIFIER EXPANDURLPLUGIN_LOG CATEGORY_NAME org.kde.pim.expandurlplugin
0012     DESCRIPTION "kdepim-addons (Expand Url Plugin)"
0013     OLD_CATEGORY_NAMES log_expandurlplugin
0014     EXPORT KDEPIMADDONS
0015     )
0016 
0017 if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
0018     set_target_properties(messageviewer_expandurlplugin PROPERTIES UNITY_BUILD ON)
0019 endif()
0020 target_link_libraries(messageviewer_expandurlplugin
0021     KPim6::MessageViewer KF6::XmlGui KPim6::Libkdepim KF6::I18n
0022     )
0023