You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.6 KiB
85 lines
1.6 KiB
7 years ago
|
|
||
|
|
||
|
add_library(qwt
|
||
|
qwt_abstract_legend.cpp
|
||
|
qwt_abstract_scale.cpp
|
||
|
qwt_abstract_scale_draw.cpp
|
||
|
qwt_abstract_slider.cpp
|
||
|
qwt_analog_clock.cpp
|
||
|
qwt_arrow_button.cpp
|
||
|
qwt_clipper.cpp
|
||
|
qwt_color_map.cpp
|
||
|
qwt_compass.cpp
|
||
|
qwt_compass_rose.cpp
|
||
|
qwt_counter.cpp
|
||
|
qwt_curve_fitter.cpp
|
||
|
qwt_dial.cpp
|
||
|
qwt_dial_needle.cpp
|
||
|
qwt_dyngrid_layout.cpp
|
||
|
qwt_event_pattern.cpp
|
||
|
qwt_graphic.cpp
|
||
|
qwt_interval.cpp
|
||
|
qwt_knob.cpp
|
||
|
qwt_legend.cpp
|
||
|
qwt_legend_data.cpp
|
||
|
qwt_legend_label.cpp
|
||
|
qwt_magnifier.cpp
|
||
|
qwt_math.cpp
|
||
|
qwt_null_paintdevice.cpp
|
||
|
qwt_painter.cpp
|
||
|
qwt_painter_command.cpp
|
||
|
qwt_panner.cpp
|
||
|
qwt_picker.cpp
|
||
|
qwt_picker_machine.cpp
|
||
|
qwt_pixel_matrix.cpp
|
||
|
qwt_plot.cpp
|
||
|
qwt_plot_axis.cpp
|
||
|
qwt_plot_canvas.cpp
|
||
|
qwt_plot_curve.cpp
|
||
|
qwt_plot_dict.cpp
|
||
|
qwt_plot_grid.cpp
|
||
|
qwt_plot_item.cpp
|
||
|
qwt_plot_layout.cpp
|
||
|
qwt_plot_magnifier.cpp
|
||
|
qwt_plot_marker.cpp
|
||
|
qwt_plot_panner.cpp
|
||
|
qwt_plot_picker.cpp
|
||
|
qwt_plot_rasteritem.cpp
|
||
|
qwt_plot_scaleitem.cpp
|
||
|
qwt_plot_seriesitem.cpp
|
||
|
qwt_plot_spectrogram.cpp
|
||
|
qwt_plot_svgitem.cpp
|
||
|
qwt_plot_xml.cpp
|
||
|
qwt_plot_zoomer.cpp
|
||
|
qwt_point_data.cpp
|
||
|
qwt_point_mapper.cpp
|
||
|
qwt_raster_data.cpp
|
||
|
qwt_round_scale_draw.cpp
|
||
|
qwt_scale_div.cpp
|
||
|
qwt_scale_draw.cpp
|
||
|
qwt_scale_engine.cpp
|
||
|
qwt_scale_map.cpp
|
||
|
qwt_scale_widget.cpp
|
||
|
qwt_series_data.cpp
|
||
|
qwt_slider.cpp
|
||
|
qwt_spline.cpp
|
||
|
qwt_symbol.cpp
|
||
|
qwt_text.cpp
|
||
|
qwt_text_engine.cpp
|
||
|
qwt_text_label.cpp
|
||
|
qwt_thermo.cpp
|
||
|
qwt_transform.cpp
|
||
|
qwt_wheel.cpp
|
||
|
qwt_widget_overlay.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(qwt
|
||
|
Qt5::Concurrent
|
||
|
Qt5::Core
|
||
|
Qt5::Svg
|
||
|
Qt5::Widgets
|
||
|
)
|
||
|
|
||
|
target_include_directories(qwt INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|
||
|
|