summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/kernel.pro
blob: 106e9050b8678526634fc44ea47c6f245f4831d4 (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
TEMPLATE=subdirs
SUBDIRS=\
   qbackingstore \
   qclipboard \
   qcursor \
   qdrag \
   qguiaction \
   qguiactiongroup \
   qevent \
   qfileopenevent \
   qguieventdispatcher \
   qguieventloop \
   qguimetatype \
   qguishortcut \
   qguitimer \
   qguivariant \
   qhighdpiscaling \
   qinputmethod \
   qkeyevent \
   qkeysequence \
   qmouseevent \
   qmouseevent_modal \
   qpalette \
   qscreen \
   qsurfaceformat \
   qtouchevent \
   qwindow \
   qguiapplication \
   qpixelformat \
   qopenglwindow \
   qrasterwindow

win32:!winrt:qtHaveModule(network): SUBDIRS += noqteventloop

!qtConfig(shortcut): SUBDIRS -= \
   qkeysequence \
   qguishortcut \
   qguimetatype \
   qguivariant

!qtHaveModule(widgets): SUBDIRS -= \
   qmouseevent_modal \
   qtouchevent

!qtHaveModule(network): SUBDIRS -= \
   qguieventloop

!qtConfig(action): SUBDIRS -= \
   qguiaction \
   qguiactiongroup

!qtConfig(highdpiscaling): SUBDIRS -= qhighdpiscaling

!qtConfig(opengl): SUBDIRS -= qopenglwindow

android|uikit: SUBDIRS -= qclipboard