summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/animation.pro
blob: 43844ed88d9d8e453ec06322e3c74c2f0fb58290 (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
28
29
TEMPLATE = subdirs

SUBDIRS += \
    qanimationaspect \
    qanimationclip \
    qclipanimator \
    qblendedclipanimator \
    qconductedclipanimator \
    qchannelmapping \
    qchannelmapper

qtConfig(private_tests) {
    SUBDIRS += \
        animationclip \
        qabstractclipblendnode \
        fcurve \
        functionrangefinder \
        bezierevaluator \
        clipanimator \
        blendedclipanimator \
        conductedclipanimator \
        channelmapper \
        channelmapping \
        qlerpblend \
        clipblendnodemanager \
        clipblendnode \
        lerpblend \
        clipblendnodevisitor
}