add_executable(LegendSimple  main.cpp)

target_link_libraries(LegendSimple KChart Qt::Widgets)
