summaryrefslogtreecommitdiffstats
path: root/rules/host-qt4.in
blob: dd97fd43b9592f996718ac612cf8e4d7f14e3e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=hosttools_noprompt

config HOST_QT4
	tristate
	select HOST_DBUS	if HOST_QT4_DBUS
	default y if ALLYES

if HOST_QT4

config HOST_QT4_DBUS
	bool

config HOST_QT4_XMLPATTERNS
	bool

endif