Warning, /frameworks/kplotting/examples/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
0002 
0003 add_executable(kplottest)
0004 target_sources(kplottest PRIVATE testplot_widget.cpp testplot_main.cpp)
0005 
0006 target_link_libraries(kplottest KF5::Plotting Qt${QT_MAJOR_VERSION}::Widgets)