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

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

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