Warning, /pim/kmail/src/historyswitchfolder/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: none 0002 # SPDX-License-Identifier: BSD-3-Clause 0003 macro(add_kmail_historyswitchfolder_unittest _source) 0004 get_filename_component(_name ${_source} NAME_WE) 0005 ecm_add_test(${_source} ${_name}.h 0006 TEST_NAME ${_name} 0007 LINK_LIBRARIES kmailprivate Qt::Test Qt::Widgets 0008 ) 0009 endmacro () 0010 0011 0012 add_kmail_historyswitchfolder_unittest(collectionswitchertreeviewtest.cpp) 0013 add_kmail_historyswitchfolder_unittest(collectionswitchertreeviewmanagertest.cpp)