summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/core.pro
blob: 3595755d6b368f44c4e72271b42f3d1fb43f71d1 (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 \
    qresourcemanager \
    qcircularbuffer \
    qboundedcircularbuffer \
    nodes \
    qaspectengine \
    qaspectfactory \
    qaspectjob \
    qchangearbiter \
    qscene \
    qservicelocator

qtConfig(private_tests) {
    SUBDIRS += \
    qentity \
    qframeallocator \
    qtransform \
    threadpooler \
    aspectcommanddebugger \
    qpostman
}