Rev | Line | |
---|
[4271] | 1 |
|
---|
[4621] | 2 |
|
---|
[4271] | 3 | TEMPLATE = lib
|
---|
| 4 | TARGET = qwt
|
---|
| 5 | CONFIG += staticlib
|
---|
| 6 |
|
---|
[5182] | 7 | CONFIG -= debug
|
---|
| 8 | CONFIG += release
|
---|
| 9 |
|
---|
[4621] | 10 | ###DEFINES += QWT_NO_SVG
|
---|
| 11 | QT += svg
|
---|
[4271] | 12 |
|
---|
[4274] | 13 | OBJECTS_DIR = .obj
|
---|
| 14 | MOC_DIR = .moc
|
---|
| 15 |
|
---|
[4271] | 16 | HEADERS += \
|
---|
| 17 | qwt.h \
|
---|
| 18 | qwt_abstract_scale_draw.h \
|
---|
| 19 | qwt_interval_symbol.h \
|
---|
| 20 | qwt_clipper.h \
|
---|
| 21 | qwt_color_map.h \
|
---|
| 22 | qwt_compat.h \
|
---|
| 23 | qwt_column_symbol.h \
|
---|
| 24 | qwt_interval.h \
|
---|
| 25 | qwt_dyngrid_layout.h \
|
---|
| 26 | qwt_global.h \
|
---|
| 27 | qwt_math.h \
|
---|
| 28 | qwt_magnifier.h \
|
---|
| 29 | qwt_null_paintdevice.h \
|
---|
| 30 | qwt_painter.h \
|
---|
| 31 | qwt_panner.h \
|
---|
| 32 | qwt_picker.h \
|
---|
| 33 | qwt_picker_machine.h \
|
---|
| 34 | qwt_point_3d.h \
|
---|
| 35 | qwt_point_polar.h \
|
---|
| 36 | qwt_round_scale_draw.h \
|
---|
| 37 | qwt_scale_div.h \
|
---|
| 38 | qwt_scale_draw.h \
|
---|
| 39 | qwt_scale_engine.h \
|
---|
| 40 | qwt_scale_map.h \
|
---|
| 41 | qwt_spline.h \
|
---|
| 42 | qwt_symbol.h \
|
---|
| 43 | qwt_system_clock.h \
|
---|
| 44 | qwt_text_engine.h \
|
---|
| 45 | qwt_text_label.h \
|
---|
[4274] | 46 | qwt_text.h \
|
---|
| 47 | qwt_curve_fitter.h \
|
---|
| 48 | qwt_event_pattern.h \
|
---|
| 49 | qwt_legend.h \
|
---|
| 50 | qwt_legend_item.h \
|
---|
| 51 | qwt_legend_itemmanager.h \
|
---|
| 52 | qwt_plot.h \
|
---|
| 53 | qwt_plot_renderer.h \
|
---|
| 54 | qwt_plot_curve.h \
|
---|
| 55 | qwt_plot_dict.h \
|
---|
| 56 | qwt_plot_directpainter.h \
|
---|
| 57 | qwt_plot_grid.h \
|
---|
| 58 | qwt_plot_histogram.h \
|
---|
| 59 | qwt_plot_item.h \
|
---|
| 60 | qwt_plot_intervalcurve.h \
|
---|
| 61 | qwt_plot_layout.h \
|
---|
| 62 | qwt_plot_marker.h \
|
---|
| 63 | qwt_plot_rasteritem.h \
|
---|
| 64 | qwt_plot_spectrogram.h \
|
---|
| 65 | qwt_plot_spectrocurve.h \
|
---|
| 66 | qwt_plot_scaleitem.h \
|
---|
| 67 | qwt_plot_seriesitem.h \
|
---|
| 68 | qwt_plot_canvas.h \
|
---|
| 69 | qwt_plot_panner.h \
|
---|
| 70 | qwt_plot_picker.h \
|
---|
| 71 | qwt_plot_zoomer.h \
|
---|
| 72 | qwt_plot_magnifier.h \
|
---|
| 73 | qwt_plot_rescaler.h \
|
---|
| 74 | qwt_raster_data.h \
|
---|
| 75 | qwt_matrix_raster_data.h \
|
---|
| 76 | qwt_sampling_thread.h \
|
---|
| 77 | qwt_series_data.h \
|
---|
[4621] | 78 | qwt_scale_widget.h \
|
---|
| 79 | qwt_plot_svgitem.h
|
---|
[4271] | 80 |
|
---|
| 81 | SOURCES += \
|
---|
| 82 | qwt_abstract_scale_draw.cpp \
|
---|
| 83 | qwt_interval_symbol.cpp \
|
---|
| 84 | qwt_clipper.cpp \
|
---|
| 85 | qwt_color_map.cpp \
|
---|
| 86 | qwt_column_symbol.cpp \
|
---|
| 87 | qwt_interval.cpp \
|
---|
| 88 | qwt_dyngrid_layout.cpp \
|
---|
| 89 | qwt_math.cpp \
|
---|
| 90 | qwt_magnifier.cpp \
|
---|
| 91 | qwt_panner.cpp \
|
---|
| 92 | qwt_null_paintdevice.cpp \
|
---|
| 93 | qwt_painter.cpp \
|
---|
| 94 | qwt_picker.cpp \
|
---|
| 95 | qwt_round_scale_draw.cpp \
|
---|
| 96 | qwt_scale_div.cpp \
|
---|
| 97 | qwt_scale_draw.cpp \
|
---|
| 98 | qwt_scale_map.cpp \
|
---|
| 99 | qwt_spline.cpp \
|
---|
| 100 | qwt_text_engine.cpp \
|
---|
| 101 | qwt_text_label.cpp \
|
---|
| 102 | qwt_text.cpp \
|
---|
| 103 | qwt_event_pattern.cpp \
|
---|
| 104 | qwt_picker_machine.cpp \
|
---|
| 105 | qwt_point_3d.cpp \
|
---|
| 106 | qwt_point_polar.cpp \
|
---|
| 107 | qwt_scale_engine.cpp \
|
---|
| 108 | qwt_symbol.cpp \
|
---|
[4274] | 109 | qwt_system_clock.cpp \
|
---|
| 110 | qwt_curve_fitter.cpp \
|
---|
| 111 | qwt_legend.cpp \
|
---|
| 112 | qwt_legend_item.cpp \
|
---|
| 113 | qwt_plot.cpp \
|
---|
| 114 | qwt_plot_renderer.cpp \
|
---|
| 115 | qwt_plot_xml.cpp \
|
---|
| 116 | qwt_plot_axis.cpp \
|
---|
| 117 | qwt_plot_curve.cpp \
|
---|
| 118 | qwt_plot_dict.cpp \
|
---|
| 119 | qwt_plot_directpainter.cpp \
|
---|
| 120 | qwt_plot_grid.cpp \
|
---|
| 121 | qwt_plot_histogram.cpp \
|
---|
| 122 | qwt_plot_item.cpp \
|
---|
| 123 | qwt_plot_intervalcurve.cpp \
|
---|
| 124 | qwt_plot_spectrogram.cpp \
|
---|
| 125 | qwt_plot_spectrocurve.cpp \
|
---|
| 126 | qwt_plot_scaleitem.cpp \
|
---|
| 127 | qwt_plot_seriesitem.cpp \
|
---|
| 128 | qwt_plot_marker.cpp \
|
---|
| 129 | qwt_plot_layout.cpp \
|
---|
| 130 | qwt_plot_canvas.cpp \
|
---|
| 131 | qwt_plot_panner.cpp \
|
---|
| 132 | qwt_plot_rasteritem.cpp \
|
---|
| 133 | qwt_plot_picker.cpp \
|
---|
| 134 | qwt_plot_zoomer.cpp \
|
---|
| 135 | qwt_plot_magnifier.cpp \
|
---|
| 136 | qwt_plot_rescaler.cpp \
|
---|
| 137 | qwt_raster_data.cpp \
|
---|
| 138 | qwt_matrix_raster_data.cpp \
|
---|
| 139 | qwt_sampling_thread.cpp \
|
---|
| 140 | qwt_series_data.cpp \
|
---|
[4621] | 141 | qwt_scale_widget.cpp \
|
---|
| 142 | qwt_plot_svgitem.cpp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.