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

SUBDIRS += \
    corelib.pro \
    gui.pro \
    network.pro \
    sql \
    xml \
    testlib \
    other.pro \

!cross_compile:                             SUBDIRS += host.pro
!cross_compile:                             SUBDIRS += tools
contains(QT_CONFIG, opengl):                SUBDIRS += opengl
unix:!embedded:contains(QT_CONFIG, dbus):   SUBDIRS += dbus
contains(QT_CONFIG, v8):                    SUBDIRS += v8.pro