source: ntrip/branches/BNC_2.11.0/qwtpolar/qwtpolar.pro@ 6780

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