summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: 6da145de3451c34a7302ea8f89e45458d8811cb3 (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
25
26
27
TEMPLATE = subdirs

sub_localsockettestserver.subdir = localsockettestserver
sub_localsockettestserver.target = sub-localsockettestserver

sub_integration.subdir = integration
sub_integration.target = sub-integration
sub_integration.depends = sub-localsockettestserver

SUBDIRS += \
    benchmarks \
    cmake \
    modelreplica \
    modelview \
    pods \
    proxy \
    repc \
    repcodegenerator \
    repparser \
    subclassreplica \
    sub_integration \
    sub_localsockettestserver

contains(QT_CONFIG, ssl): SUBDIRS += external_IODevice

qtHaveModule(qml): SUBDIRS += qml
qtConfig(process): SUBDIRS += integration_multiprocess integration_external