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
#           baselineexample \ Just an example demonstrating qbaselinetest usage
7
           lancelot \
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, accessibility):SUBDIRS += qaccessibility
39
40
contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter
41
mac: {
42
    SUBDIRS += macgui \
43
               macnativeevents \
44
               macplist \
45
               qaccessibility_mac
46
}
47
48
embedded:!wince* {
49
    SUBDIRS += qcopchannel \
50
               qdirectpainter \
51
               qmultiscreen
52
}
53
54
symbian {
55
    SUBDIRS += qsoftkeymanager \
56
               qs60mainapplication
57
}
58
59
!win32-msvc*:!wince*:SUBDIRS += exceptionsafety_objects
60
61
# Following tests depends on private API
62
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
63
           qcombobox \
64
           qcssparser \
65
           qtextedit \