summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/backend.pri
blob: 86b2b9e15fbd16aa3d4d8d173b65cd2bb9c312c5 (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

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

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