summaryrefslogtreecommitdiffstats
path: root/tests/auto/other.pro
blob: 913ed31b9ac70d279db27d022328fbf6da6ac0db (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
# 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=\
           other \
#           baselineexample \ Just an example demonstrating qbaselinetest usage
           exceptionsafety_objects \
           lancelot \
           macgui \
           macnativeevents \
           macplist \
           qaccessibility \
           qaccessibility_mac \
           qcombobox \
           qcopchannel \
           qdirectpainter \
           qfocusevent \
           qlayout \
           qmdiarea \
           qmenu \
           qmenubar \
           qmultiscreen \
           qsplitter \
           qtabwidget \
           qtextbrowser \
           qtextedit \
           qtoolbutton \
           qwidget \
           qworkspace \
           windowsmobile \
           qmetaobjectbuilder

wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility

!mac|qpa: SUBDIRS -= \
           macgui \
           macnativeevents \
           macplist \
           qaccessibility_mac \

!embedded|wince*: SUBDIRS -= \
           qcopchannel \
           qdirectpainter \
           qmultiscreen \

win32-msvc*|wince*:SUBDIRS -= exceptionsafety_objects

# Following tests depends on private API
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
           qcombobox \
           qtextedit \