add_executable(PlotterAdvanced  main.cpp)

target_link_libraries(PlotterAdvanced KChart Qt5::Widgets)
