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

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