summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/backend.pri
blob: b0b0feaf0e937afc9ffc8df991bcd809d82ab282 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/animationclip_p.h \
    $$PWD/handle_types_p.h \
    $$PWD/handler_p.h \
    $$PWD/nodefunctor_p.h \
    $$PWD/managers_p.h \
    $$PWD/keyframe_p.h \
    $$PWD/fcurve_p.h \
    $$PWD/bezierevaluator_p.h \
    $$PWD/functionrangefinder_p.h \
    $$PWD/clipanimator_p.h \
    $$PWD/blendedclipanimator_p.h \
    $$PWD/conductedclipanimator_p.h \
    $$PWD/backendnode_p.h \
    $$PWD/loadanimationclipjob_p.h \
    $$PWD/channelmapping_p.h \
    $$PWD/channelmapper_p.h \
    $$PWD/findrunningclipanimatorsjob_p.h \
    $$PWD/evaluateclipanimatorjob_p.h \
    $$PWD/clipblendnode_p.h \
    $$PWD/lerpblend_p.h \
    $$PWD/clipblendnodevisitor_p.h \
    $$PWD/animationutils_p.h \
    $$PWD/buildblendtreesjob_p.h \
    $$PWD/evaluateblendclipanimatorjob_p.h

SOURCES += \
    $$PWD/animationclip.cpp \
    $$PWD/handler.cpp \
    $$PWD/fcurve.cpp \
    $$PWD/bezierevaluator.cpp \
    $$PWD/functionrangefinder.cpp \
    $$PWD/clipanimator.cpp \
    $$PWD/blendedclipanimator.cpp \
    $$PWD/conductedclipanimator.cpp \
    $$PWD/backendnode.cpp \
    $$PWD/loadanimationclipjob.cpp \
    $$PWD/channelmapping.cpp \
    $$PWD/channelmapper.cpp \
    $$PWD/findrunningclipanimatorsjob.cpp \
    $$PWD/evaluateclipanimatorjob.cpp \
    $$PWD/clipblendnode.cpp \
    $$PWD/lerpblend.cpp \
    $$PWD/managers.cpp \
    $$PWD/clipblendnodevisitor.cpp \
    $$PWD/animationutils.cpp \
    $$PWD/buildblendtreesjob.cpp \
    $$PWD/evaluateblendclipanimatorjob.cpp