summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/frontend.pri
blob: 9eeeede97f1cc19072abe8b39a272b740a1d3e9b (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
HEADERS += \
    $$PWD/qanimationaspect.h \
    $$PWD/qanimationaspect_p.h \
    $$PWD/qanimationclip.h \
    $$PWD/qanimationclip_p.h \
    $$PWD/qabstractclipblendnode.h \
    $$PWD/qabstractclipblendnode_p.h \
    $$PWD/qclipanimator.h \
    $$PWD/qclipanimator_p.h \
    $$PWD/qblendedclipanimator.h \
    $$PWD/qblendedclipanimator_p.h \
    $$PWD/qconductedclipanimator.h \
    $$PWD/qconductedclipanimator_p.h \
    $$PWD/qchannelmapper.h \
    $$PWD/qchannelmapper_p.h \
    $$PWD/qchannelmapping.h \
    $$PWD/qchannelmapping_p.h \
    $$PWD/qlerpblend.h \
    $$PWD/qlerpblend_p.h \
    $$PWD/qclipblendnodecreatedchange.h \
    $$PWD/qclipblendnodecreatedchange_p.h

SOURCES += \
    $$PWD/qanimationaspect.cpp \
    $$PWD/qanimationclip.cpp \
    $$PWD/qabstractclipblendnode.cpp \
    $$PWD/qclipanimator.cpp \
    $$PWD/qblendedclipanimator.cpp \
    $$PWD/qconductedclipanimator.cpp \
    $$PWD/qchannelmapper.cpp \
    $$PWD/qchannelmapping.cpp \
    $$PWD/qlerpblend.cpp \
    $$PWD/qclipblendnodecreatedchange.cpp

INCLUDEPATH += $$PWD