mirror of https://github.com/procxx/kepka.git
QtLottie: Don't build JSON to parse shapes.
This commit is contained in:
parent
f58efd7ee3
commit
0f25638545
|
@ -1 +1 @@
|
|||
Subproject commit bf140cd48d050be23416cbbdf3500e61a9e5e4a5
|
||||
Subproject commit 147bd174b5a5f1d5468fad83099a186baacb0fa5
|
|
@ -77,6 +77,7 @@
|
|||
'<(lottie_loc)/bodymovin/bmfreeformshape.cpp',
|
||||
'<(lottie_loc)/bodymovin/bmtrimpath.cpp',
|
||||
'<(lottie_loc)/bodymovin/bmpathtrimmer.cpp',
|
||||
'<(lottie_loc)/bodymovin/freeformshape.cpp',
|
||||
'<(lottie_loc)/bodymovin/renderer.cpp',
|
||||
'<(lottie_loc)/bodymovin/trimpath.cpp',
|
||||
'<(lottie_loc)/bodymovin/bmfilleffect.cpp',
|
||||
|
@ -104,6 +105,7 @@
|
|||
'<(lottie_loc)/bodymovin/bmshapetransform.h',
|
||||
'<(lottie_loc)/bodymovin/bmstroke.h',
|
||||
'<(lottie_loc)/bodymovin/bmtrimpath.h',
|
||||
'<(lottie_loc)/bodymovin/freeformshape.h',
|
||||
'<(lottie_loc)/bodymovin/trimpath.h',
|
||||
'<(lottie_loc)/bodymovin/renderer.h',
|
||||
'<(lottie_loc)/bodymovin/bmpathtrimmer.h',
|
||||
|
|
Loading…
Reference in New Issue