source: ntrip/trunk/BNC/qwt/qwt.pro@ 4271

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