summaryrefslogtreecommitdiffstats
path: root/rules/qwt.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-06-06 10:39:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-06-06 11:23:00 +0200
commit118461fb73d428108511f434c9300a9b5e0ca183 (patch)
tree8b3df2afffd02e04705f4a92a44207dbbad4c9b3 /rules/qwt.in
parentf6de4d789ebd1c8c8352ac2191d0de817f280dd7 (diff)
downloadptxdist-118461fb73d428108511f434c9300a9b5e0ca183.tar.gz
ptxdist-118461fb73d428108511f434c9300a9b5e0ca183.tar.xz
qwt: remove after one year in staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qwt.in')
-rw-r--r--rules/qwt.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/rules/qwt.in b/rules/qwt.in
deleted file mode 100644
index d15fceceb..000000000
--- a/rules/qwt.in
+++ /dev/null
@@ -1,28 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=qt
-
-menuconfig QWT
- tristate
- prompt "qwt "
- select QT4
- select QT4_BUILD_GUI
- select QT4_BUILD_SVG if QWT_SVG
- help
- The Qwt library contains GUI Components and utility classes
- which are primarily useful for programs with a technical
- background. Beside a 2D plot widget it provides scales, sliders,
- dials, compasses, thermometers, wheels and knobs to control or
- display values, arrays, or ranges of type double.
-
- STAGING: remove in PTXdist 2022.01.0
- Qt4 has been replaces by Qt5 a long time ago.
-
-if QWT
-
-config QWT_SVG
- bool
- prompt "SVG support"
-
-endif
-