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

0001 include_directories(
0002     ..
0003     ${CMAKE_CURRENT_BINARY_DIR}/..
0004 )
0005 set(test_standardOutputView_SRCS
0006     test_standardoutputview.cpp
0007     # TODO: this is partially broken:
0008     # these classes seem to be recompiled as their symbols are not exposed from the code in the plugin
0009     # a) results in that the compiler optimized the data structure differently,
0010     # b) results in separate staticMetaObject instances for the QObject subclasses, qobject_cast e.g. fails
0011     ../outputwidget.cpp
0012     ../outputwidgetconfig.cpp
0013     ../toolviewdata.cpp
0014     ../standardoutputview.cpp
0015     ${standardoutputview_LOG_PART_SRCS}
0016 )
0017 
0018 ecm_add_test(${test_standardOutputView_SRCS}
0019     TEST_NAME test_standardoutputview
0020     LINK_LIBRARIES Qt5::Test KDev::Tests)