Warning, /kdevelop/kdevelop/kdevplatform/outputview/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 ecm_add_test(test_outputmodel.cpp LINK_LIBRARIES
0008     Qt5::Test
0009     KDev::Tests
0010     KDev::OutputView
0011 )
0012 
0013 ecm_add_test(test_filteringstrategy.cpp LINK_LIBRARIES
0014     Qt5::Test
0015     KDev::Tests
0016     KDev::OutputView
0017 )
0018