remove_definitions(-DQT_NO_CAST_FROM_ASCII) add_executable(kplottest) target_sources(kplottest PRIVATE testplot_widget.cpp testplot_main.cpp) target_link_libraries(kplottest KF5::Plotting Qt${QT_MAJOR_VERSION}::Widgets)