Line | |
---|
1 |
|
---|
2 | TEMPLATE = lib
|
---|
3 | TARGET = qwtpolar
|
---|
4 | CONFIG += qt qwt staticlib
|
---|
5 | CONFIG -= debug
|
---|
6 | CONFIG += release
|
---|
7 | DEFINES += QWT_POLAR_NO_SVG
|
---|
8 |
|
---|
9 | INCLUDEPATH += ../qwt
|
---|
10 |
|
---|
11 | OBJECTS_DIR = .obj
|
---|
12 | MOC_DIR = .moc
|
---|
13 |
|
---|
14 | HEADERS += \
|
---|
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 |
|
---|
32 | SOURCES += \
|
---|
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.