add_executable(PolarSimple  main.cpp)

target_link_libraries(PolarSimple KChart Qt5::Widgets)
