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

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