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

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

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