Warning, /kdevelop/kdevelop/kdevplatform/project/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_projectmodel.cpp
0008     LINK_LIBRARIES Qt5::Test KDev::Interfaces KDev::Project KDev::Language KDev::Tests)
0009 
0010 add_executable(projectmodelperformancetest
0011     projectmodelperformancetest.cpp
0012 )
0013 target_link_libraries(projectmodelperformancetest
0014     Qt5::Test
0015     Qt5::Gui
0016     KDev::Interfaces
0017     KDev::Project
0018     KDev::Language
0019     KDev::Tests
0020 )
0021 
0022 add_executable(abstractfilemanagerpluginimporttest
0023     abstractfilemanagerpluginimporttest.cpp
0024 )
0025 target_link_libraries(abstractfilemanagerpluginimporttest
0026     KDev::Project
0027     KDev::Tests
0028     Qt5::QuickWidgets
0029 )
0030 
0031 add_executable(abstractfilemanagerpluginimportbenchmark
0032     abstractfilemanagerpluginimportbenchmark.cpp
0033 )
0034 ecm_mark_nongui_executable(abstractfilemanagerpluginimportbenchmark)
0035 target_link_libraries(abstractfilemanagerpluginimportbenchmark
0036     KDev::Project
0037     KDev::Tests
0038 )