
add_executable( simple_plot "simple.cpp" )

target_link_libraries( simple_plot qwt5-qt5 )
