add_executable(PlotterSimple  main.cpp)

target_link_libraries(PlotterSimple KChart Qt5::Widgets)
