Warning, /pim/kdepim-addons/kmail/editorplugins/insertspecialcharacter/autotests/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 macro(add_kmail_editorplugin_unittest _source _additional) 0004 set( _test ${_source} ${_additional}) 0005 get_filename_component(_name ${_source} NAME_WE) 0006 add_executable( ${_name} ${_test} ${_name}.h) 0007 add_test(NAME ${_name} COMMAND ${_name} ) 0008 0009 ecm_mark_as_test(kmail_editorplugin-${_name}) 0010 target_link_libraries( ${_name} Qt::Test KF6::XmlGui KPim6::MessageComposer KF6::I18n KF6::TextAddonsWidgets) 0011 endmacro () 0012 0013 add_kmail_editorplugin_unittest(insertspecialcharacterplugineditortest.cpp "../insertspecialcharacterplugineditor.cpp;../insertspecialcharacterplugineditorinterface.cpp") 0014 0015 add_kmail_editorplugin_unittest(insertspecialcharacterplugineditorinterfacetest.cpp "../insertspecialcharacterplugineditorinterface.cpp")