blob: 40fa4a987030a9c0082384ee5ad38e314606e5eb (
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
57
58
59
60
|
# These tests don't nicely fit into one of the other .pro files.
# They are testing too many Qt modules at the same time.
TEMPLATE=subdirs
SUBDIRS=\
# exceptionsafety_objects \ shouldn't enable it
qaccessibility \
qalgorithms \
qcombobox \
qcssparser \
qdatastream \
qdir \
qfocusevent \
qimage \
qiodevice \
qitemmodel \
qlayout \
qmdiarea \
qmenu \
qmenubar \
qmouseevent \
qpainter \
qpixmap \
qprinter \
qsettings \
qsplitter \
qtabwidget \
qtextbrowser \
qtextdocument \
qtextedit \
qtoolbutton \
qvariant \
qwidget \
qworkspace \
windowsmobile \
nativeimagehandleprovider
contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter
mac: {
SUBDIRS += macgui \
macnativeevents \
macplist \
qaccessibility_mac
}
embedded:!wince* {
SUBDIRS += qcopchannel \
qdirectpainter \
qmultiscreen
}
symbian {
SUBDIRS += qsoftkeymanager \
qs60mainapplication
}
# Following tests depends on private API
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qcssparser \
|