summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/kernel.pro
blob: fb8cd2d566d118edea96a5604df62c7211c26552 (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
TEMPLATE=subdirs
SUBDIRS=\
   qbackingstore \
   qclipboard \
   qdrag \
   qevent \
   qfileopenevent \
   qguieventdispatcher \
   qguimetatype \
   qguitimer \
   qguivariant \
   qinputmethod \
   qkeysequence \
   qmouseevent \
   qmouseevent_modal \
   qpalette \
   qscreen \
   qtouchevent \
   qwindow \
   qguiapplication \

contains(QT_CONFIG, no-widgets): SUBDIRS -= \
   qmouseevent_modal \
   qtouchevent