Warning, /kdevelop/kdevelop/plugins/qthelp/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 include_directories(${CMAKE_CURRENT_BINARY_DIR}/..)
0008 
0009 configure_file(testqthelpconfig.h.in testqthelpconfig.h)
0010 
0011 set(test_qthelpplugin_SRCS
0012     test_qthelpplugin.cpp
0013     ../qthelpplugin.cpp
0014     ../qthelpproviderabstract.cpp
0015     ../qthelpprovider.cpp
0016     ../qthelpdocumentation.cpp
0017     ../qthelpqtdoc.cpp
0018     ../qthelp_config_shared.cpp
0019     ../qthelpconfig.cpp
0020     ../qthelpnetwork.cpp
0021     ${kdevqthelp_LOG_SRCS}
0022 )
0023 ki18n_wrap_ui(test_qthelpplugin_SRCS
0024    ../qthelpconfig.ui
0025    ../qthelpconfigeditdialog.ui
0026 )
0027 
0028 
0029 ecm_add_test(${test_qthelpplugin_SRCS}
0030     TEST_NAME test_qthelpplugin
0031     LINK_LIBRARIES Qt5::Test KF5::NewStuffWidgets KF5::KIOWidgets KF5::TextEditor KF5::IconThemes Qt5::Help KDev::Tests KDev::Documentation
0032 )