add_executable(LegendSimple  main.cpp)

target_link_libraries(LegendSimple KChart Qt5::Widgets)
