Warning, /pim/kdepim-addons/kmail/editorplugins/zoomtext/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 0004 set(zoomdebug_SRCS) 0005 ecm_qt_declare_logging_category(zoomdebug_SRCS HEADER zoomtexteditorplugin_debug.h IDENTIFIER KMAIL_EDITOR_ZOOMTEXT_PLUGIN_LOG CATEGORY_NAME org.kde.pim.kmail_zoomtexteditorplugin) 0006 0007 macro(add_kmail_editorplugin_unittest _source _additional) 0008 set( _test ${_source} ${_additional} ${zoomdebug_SRCS}) 0009 get_filename_component(_name ${_source} NAME_WE) 0010 add_executable( ${_name} ${_test} ${_name}.h) 0011 add_test(NAME ${_name} COMMAND ${_name} ) 0012 0013 ecm_mark_as_test(kmail_editorplugin-${_name}) 0014 target_link_libraries( ${_name} Qt::Test KF6::XmlGui KPim6::MessageComposer KF6::I18n) 0015 endmacro () 0016 0017 add_kmail_editorplugin_unittest(zoomtextplugineditortest.cpp "../zoomlabel.cpp;../zoomtextplugineditor.cpp;../zoomtextplugineditorinterface.cpp") 0018 0019 add_kmail_editorplugin_unittest(zoomtextplugineditorinterfacetest.cpp "../zoomtextplugineditorinterface.cpp;../zoomlabel.cpp")