summaryrefslogtreecommitdiffstats
path: root/rules/host-qt6.in
blob: 0fc07235022f2fcbfcb067198960a6d9aefe82b0 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
## SECTION=hosttools_noprompt

config HOST_QT6
	tristate
	select HOST_CMAKE
	select HOST_NINJA
	select HOST_SYSTEM_PYTHON3	if HOST_QT6_QTDECLARATIVE
	select HOST_PCRE2
	select HOST_WAYLAND		if HOST_QT6_QTWAYLAND
	select HOST_ZLIB
	default y if ALLYES

if HOST_QT6

config HOST_QT6_GUI
	bool

config HOST_QT6_NETWORK
	bool

config HOST_QT6_DBUS
	bool

config HOST_QT6_QTTOOLS
	select HOST_QT6_NETWORK
	default y if  ALLYES
	bool

config HOST_QT6_QTDECLARATIVE
	bool
	select HOST_QT6_NETWORK

config HOST_QT6_QTQUICK3D
	bool
	select HOST_QT6_QTDECLARATIVE

config HOST_QT6_QTREMOTEOBJECTS
	bool
	select HOST_QT6_NETWORK

config HOST_QT6_QTSCXML
	select HOST_QT6_QTDECLARATIVE
	bool

config HOST_QT6_QTSHADERTOOLS
	select HOST_QT6_GUI
	bool

config HOST_QT6_QTWAYLAND
	select HOST_QT6_GUI
	bool

config HOST_QT6_QTWEBENGINE
	bool

endif