summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/core.pro
blob: 20b9423f63c99312eb94b206263ba39baae28b60 (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
TEMPLATE = subdirs

SUBDIRS = \
    handle \
    handlemanager \
    arrayresourcesmanager \
    listresourcesmanager \
    qcircularbuffer \
    qboundedcircularbuffer \
    nodes \
    qentity \
    qaspectengine \
    qaspectfactory \
    qchangearbiter \
    qscene \
    qservicelocator \
    qray3d

contains(QT_CONFIG, private_tests) {
    SUBDIRS += \
    qframeallocator \
    cloning \
    threadpooler
}