summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: 05b6f84fa912307ae7f5c7bd81b1286faf7ce801 (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
TEMPLATE = subdirs

SUBDIRS += \
    corelib \
    dbus \
    gui \
    network \
    opengl \
    sql \
    testlib \
    tools \
    xml \
    other \
    widgets \

cross_compile:                              SUBDIRS -= tools
!contains(QT_CONFIG, opengl):               SUBDIRS -= opengl
!unix|embedded|!contains(QT_CONFIG, dbus):  SUBDIRS -= dbus

# disable 'make check' on Mac OS X for the following subdirs for the time being
mac {
    network.CONFIG += no_check_target
    widgets.CONFIG += no_check_target
}