Last change
on this file since 10460 was 8127, checked in by stoecker, 8 years ago |
update qwt and qwtpolar, many QT5 fixes (unfinished)
|
File size:
1.0 KB
|
Rev | Line | |
---|
[4272] | 1 |
|
---|
| 2 | TEMPLATE = lib
|
---|
| 3 | TARGET = qwtpolar
|
---|
| 4 | CONFIG += qt qwt staticlib
|
---|
[5182] | 5 | CONFIG -= debug
|
---|
| 6 | CONFIG += release
|
---|
[4272] | 7 | DEFINES += QWT_POLAR_NO_SVG
|
---|
[8127] | 8 | greaterThan(QT_MAJOR_VERSION, 4) {
|
---|
| 9 | QT += printsupport
|
---|
| 10 | QT += concurrent
|
---|
| 11 | }
|
---|
[4272] | 12 |
|
---|
[4273] | 13 | INCLUDEPATH += ../qwt
|
---|
| 14 |
|
---|
[4276] | 15 | OBJECTS_DIR = .obj
|
---|
| 16 | MOC_DIR = .moc
|
---|
| 17 |
|
---|
[4272] | 18 | HEADERS += \
|
---|
| 19 | qwt_polar_global.h \
|
---|
| 20 | qwt_polar.h \
|
---|
| 21 | qwt_polar_fitter.h \
|
---|
| 22 | qwt_polar_item.h \
|
---|
| 23 | qwt_polar_picker.h \
|
---|
| 24 | qwt_polar_panner.h \
|
---|
| 25 | qwt_polar_magnifier.h \
|
---|
| 26 | qwt_polar_grid.h \
|
---|
| 27 | qwt_polar_curve.h \
|
---|
| 28 | qwt_polar_spectrogram.h \
|
---|
| 29 | qwt_polar_marker.h \
|
---|
| 30 | qwt_polar_itemdict.h \
|
---|
| 31 | qwt_polar_canvas.h \
|
---|
| 32 | qwt_polar_layout.h \
|
---|
| 33 | qwt_polar_renderer.h \
|
---|
| 34 | qwt_polar_plot.h
|
---|
| 35 |
|
---|
| 36 | SOURCES += \
|
---|
| 37 | qwt_polar_fitter.cpp \
|
---|
| 38 | qwt_polar_item.cpp \
|
---|
| 39 | qwt_polar_picker.cpp \
|
---|
| 40 | qwt_polar_panner.cpp \
|
---|
| 41 | qwt_polar_magnifier.cpp \
|
---|
| 42 | qwt_polar_grid.cpp \
|
---|
| 43 | qwt_polar_curve.cpp \
|
---|
| 44 | qwt_polar_spectrogram.cpp \
|
---|
| 45 | qwt_polar_marker.cpp \
|
---|
| 46 | qwt_polar_itemdict.cpp \
|
---|
| 47 | qwt_polar_canvas.cpp \
|
---|
| 48 | qwt_polar_layout.cpp \
|
---|
| 49 | qwt_polar_renderer.cpp \
|
---|
| 50 | qwt_polar_plot.cpp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.