summaryrefslogtreecommitdiffstats
path: root/rules/qwt5.in
blob: d3cd609a82be0b4a7402f114f36c0839517595d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## SECTION=qt

menuconfig QWT5
	tristate
	prompt "qwt5                          "
	select QT5
	select QT5_GUI
	select QT5_OPENGL
	select QT5_MODULE_QTBASE_WIDGETS
	select QT5_MODULE_QTSVG 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.

if QWT5

config QWT5_SVG
	bool
	prompt "SVG support"

endif