summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: f2672c0d16da0ab8761d65ac22722fd690fcb53f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = subdirs

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

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