1
# These tests don't nicely fit into one of the other .pro files.
2
# They are testing too many Qt modules at the same time.
3
4
TEMPLATE=subdirs
5
SUBDIRS=\
6
#           exceptionsafety_objects \ shouldn't enable it
7
           qaccessibility \
8
           qalgorithms \
9
           qcombobox \
10
           qcssparser \
11
           qdatastream \
12
           qdir \
13
           qfocusevent \
14
           qimage \
15
           qiodevice \
16
           qitemmodel \
17
           qlayout \
18
           qmdiarea \
19
           qmenu \
20
           qmenubar \
21
           qmouseevent \
22
           qpainter \
23
           qpixmap \
24
           qprinter \
25
           qsettings \
26
           qsplitter \
27
           qtabwidget \
28
           qtextbrowser \
29
           qtextdocument \
30
           qtextedit \
31
           qtoolbutton \
32
           qvariant \
33
           qwidget \
34
           qworkspace \
35
           windowsmobile \
36
           nativeimagehandleprovider
37
38
contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter
39
mac: {
40
    SUBDIRS += macgui \
41
               macnativeevents \
42
               macplist \
43
               qaccessibility_mac
44
}
45
46
embedded:!wince* {
47
    SUBDIRS += qcopchannel \
48
               qdirectpainter \
49
               qmultiscreen
50
}
51
52
symbian {
53
    SUBDIRS += qsoftkeymanager \
54
               qs60mainapplication
55
}
56
57
# Following tests depends on private API
58
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
59
           qcssparser \