add_executable(PlotterSimple  main.cpp)

target_link_libraries(PlotterSimple KChart6 Qt::Widgets)
