summaryrefslogtreecommitdiffstats
path: root/rules/host-qt4.in
blob: 375091d5093ca54ac4bc90cc2a6259e100ff99fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=staging
## old section:
### SECTION=hosttools_noprompt

config HOST_QT4
	tristate
	select HOST_DBUS	if HOST_QT4_DBUS
	default y if ALLYES
	help
	  STAGING: remove in PTXdist 2022.01.0
	  Qt4 has been replaces by Qt5 a long time ago.

if HOST_QT4

config HOST_QT4_DBUS
	bool

config HOST_QT4_XMLPATTERNS
	bool

endif