summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/frontend.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/frontend.pri')
-rw-r--r--src/animation/frontend/frontend.pri7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/animation/frontend/frontend.pri b/src/animation/frontend/frontend.pri
index 48b1cb6b1..baff81dd0 100644
--- a/src/animation/frontend/frontend.pri
+++ b/src/animation/frontend/frontend.pri
@@ -54,7 +54,9 @@ HEADERS += \
$$PWD/qchannelmappingcreatedchange_p.h \
$$PWD/qchannelmappingcreatedchange_p_p.h \
$$PWD/qskeletonmapping.h \
- $$PWD/qskeletonmapping_p.h
+ $$PWD/qskeletonmapping_p.h \
+ $$PWD/qcallbackmapping.h \
+ $$PWD/qcallbackmapping_p.h
SOURCES += \
$$PWD/qanimationaspect.cpp \
@@ -86,6 +88,7 @@ SOURCES += \
$$PWD/qclock.cpp \
$$PWD/qabstractchannelmapping.cpp \
$$PWD/qchannelmappingcreatedchange.cpp \
- $$PWD/qskeletonmapping.cpp
+ $$PWD/qskeletonmapping.cpp \
+ $$PWD/qcallbackmapping.cpp
INCLUDEPATH += $$PWD