summaryrefslogtreecommitdiffstats
path: root/src/extras/animations/animations.pri
blob: 71d6099fcda40db0ac518606daa2940f09b68dc8 (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
HEADERS += \
    $$PWD/qanimationcontroller.h \
    $$PWD/qanimationcontroller_p.h \
    $$PWD/qanimationgroup.h \
    $$PWD/qanimationgroup_p.h \
    $$PWD/qkeyframeanimation.h \
    $$PWD/qkeyframeanimation_p.h \
    $$PWD/qmorphinganimation.h \
    $$PWD/qmorphinganimation_p.h \
    $$PWD/qabstractanimation.h \
    $$PWD/qabstractanimation_p.h \
    $$PWD/qmorphtarget.h \
    $$PWD/qmorphtarget_p.h \
    $$PWD/qvertexblendanimation.h \
    $$PWD/qvertexblendanimation_p.h

SOURCES += \
    $$PWD/qanimationcontroller.cpp \
    $$PWD/qanimationgroup.cpp \
    $$PWD/qkeyframeanimation.cpp \
    $$PWD/qmorphinganimation.cpp \
    $$PWD/qabstractanimation.cpp \
    $$PWD/qmorphtarget.cpp \
    $$PWD/qvertexblendanimation.cpp

INCLUDEPATH += $$PWD