summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/frontend.pri
blob: c0165f0c75dcb501038054ae674f35a74dc92a02 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS += \
    $$PWD/qanimationaspect.h \
    $$PWD/qanimationaspect_p.h \
    $$PWD/qanimationclip.h \
    $$PWD/qanimationclip_p.h

SOURCES += \
    $$PWD/qanimationaspect.cpp \
    $$PWD/qanimationclip.cpp

INCLUDEPATH += $$PWD