summaryrefslogtreecommitdiffstats
path: root/tests/auto/other.pro
blob: 5848cdb7555398168f6fd78f366e739c8fc563ca (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
# 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 \
           qcombobox \
           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 \

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

!linux*-g++*:SUBDIRS -= exceptionsafety_objects

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