summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/core.pro
blob: 39a9bf030aff9b88d903f0f4ae78a74855f73af1 (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 = \
    handle \
    handlemanager \
    arrayresourcesmanager \
    listresourcesmanager \
    qcircularbuffer \
    qboundedcircularbuffer \
    nodes \
    qentity \
    qaspectengine \
    qaspectfactory \
    qchangearbiter \
    qscene \
    qservicelocator \
    qray3d

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