Warning, /pim/mailcommon/src/snippets/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-License-Identifier: CC0-1.0
0002 # SPDX-FileCopyrightText: none
0003 macro(add_snippets _source)
0004 get_filename_component(_name ${_source} NAME_WE)
0005 ecm_add_test(${_source} ${_name}.h
0006 TEST_NAME ${_name}
0007 NAME_PREFIX "mailcommon-filter-"
0008 LINK_LIBRARIES Qt::Test Qt::Gui KPim6::MailCommon KF6::XmlGui
0009 )
0010
0011 endmacro()
0012
0013 add_snippets(snippetsmanagertest.cpp)
0014 add_snippets(snippetwidgettest.cpp)
0015 add_snippets(snippetattachmentwidgettest.cpp)
0016 add_snippets(snippetselectattachmentwidgettest.cpp)
0017 add_snippets(snippetselectattachmentdialogtest.cpp)
0018 add_snippets(snippetcustomfileattachmentnamedialogtest.cpp)
0019 add_snippets(snippetcustomfileattachmentnamewidgettest.cpp)