Warning, /kdevelop/kdevelop/plugins/projectfilter/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 remove_definitions(
0002     -DQT_NO_CAST_FROM_ASCII
0003     -DQT_NO_CAST_TO_ASCII
0004     -DQT_NO_CAST_FROM_BYTEARRAY
0005 )
0006 
0007 set(test_projectfilter_SRCS test_projectfilter.cpp
0008     ../projectfilter.cpp
0009     ../filter.cpp)
0010 
0011 ecm_add_test(${test_projectfilter_SRCS}
0012     TEST_NAME test_projectfilter
0013     LINK_LIBRARIES KDev::Project KDev::Tests Qt5::Test)