summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/kernel.pro
blob: 6fba63635444434e2d9341679ba8ce135781c667 (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
TEMPLATE=subdirs
SUBDIRS=\
   qapplication \
   qboxlayout \
   qformlayout \
   qgesturerecognizer \
   qgridlayout \
   qlayout \
   qstackedlayout \
   qtooltip \
   qwidget \
   qwidget_window \
   qwidgetmetatype \
   qwidgetsvariant \
   qwindowcontainer \
   qshortcut \
   qsizepolicy

# QTBUG-87668
android: SUBDIRS -= \
    qwidget

darwin:SUBDIRS -= \
   qgesturerecognizer \

qtConfig(action):SUBDIRS += \
   qaction \
   qactiongroup \
   qwidgetaction

!qtConfig(shortcut): SUBDIRS -= \
   qshortcut