source: ntrip/trunk/BNC/qwtpolar/qwtpolar.pro@ 4272

Last change on this file since 4272 was 4272, checked in by mervart, 12 years ago
File size: 898 bytes
Line 
1
2TEMPLATE = lib
3TARGET = qwtpolar
4CONFIG += qt qwt staticlib
5DEFINES += QWT_POLAR_NO_SVG
6
7HEADERS += \
8 qwt_polar_global.h \
9 qwt_polar.h \
10 qwt_polar_fitter.h \
11 qwt_polar_item.h \
12 qwt_polar_picker.h \
13 qwt_polar_panner.h \
14 qwt_polar_magnifier.h \
15 qwt_polar_grid.h \
16 qwt_polar_curve.h \
17 qwt_polar_spectrogram.h \
18 qwt_polar_marker.h \
19 qwt_polar_itemdict.h \
20 qwt_polar_canvas.h \
21 qwt_polar_layout.h \
22 qwt_polar_renderer.h \
23 qwt_polar_plot.h
24
25SOURCES += \
26 qwt_polar_fitter.cpp \
27 qwt_polar_item.cpp \
28 qwt_polar_picker.cpp \
29 qwt_polar_panner.cpp \
30 qwt_polar_magnifier.cpp \
31 qwt_polar_grid.cpp \
32 qwt_polar_curve.cpp \
33 qwt_polar_spectrogram.cpp \
34 qwt_polar_marker.cpp \
35 qwt_polar_itemdict.cpp \
36 qwt_polar_canvas.cpp \
37 qwt_polar_layout.cpp \
38 qwt_polar_renderer.cpp \
39 qwt_polar_plot.cpp
40
Note: See TracBrowser for help on using the repository browser.