summaryrefslogtreecommitdiffstats
path: root/rules/qte.in
blob: fb3f44557de41dee478b968216d5bbb2548dc6b4 (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
menuconfig QTE
	bool
	prompt "QT Embedded           "
	select HOST_QTE


config QTE_SHARED
	bool
	prompt "Build shared QT/E library"
	depends on QTE

config QTE_TSLIB
	bool
	prompt "Build QT/E library with tslib support"
	depends on QTE
	select TSLIB

config QTE_THREAD
	bool
	prompt "Build QT/E library with threading support"
	depends on QTE

config QTE_STL
	bool
	prompt "Build QT/E library with STL support"
	depends on QTE

config QTE_QVFB
	bool
	prompt "Build QT/E library with Q Virtual Framebuffer support"
	depends on QTE