summaryrefslogtreecommitdiffstats
path: root/rules/qte.in
blob: 2930bd402fda7b99cece3aebefd582beb3def878 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
menuconfig QTE
	bool
	prompt "QT Embedded           "
	select HOST_QTE
	depends on BROKEN
	help
	  FIXME: This item needs to be documented


config QTE_SHARED
	bool
	prompt "Build shared QT/E library"
	depends on QTE
	help
	  FIXME: This item needs to be documented

config QTE_TSLIB
	bool
	prompt "Build QT/E library with tslib support"
	depends on QTE
	select TSLIB
	help
	  FIXME: This item needs to be documented

config QTE_THREAD
	bool
	prompt "Build QT/E library with threading support"
	depends on QTE
	help
	  FIXME: This item needs to be documented

config QTE_STL
	bool
	prompt "Build QT/E library with STL support"
	depends on QTE
	help
	  FIXME: This item needs to be documented