mirror of https://github.com/procxx/kepka.git
rlottie: Fix build for macOS with static Qt.
This commit is contained in:
parent
b10e6b3508
commit
e43fcc0e5f
|
@ -1 +1 @@
|
|||
Subproject commit ddee9307694d4e65c96b30ef88293aaa951ef6f1
|
||||
Subproject commit 8983925c3f9aaf82eb061b2e86c5bd1e22705a73
|
|
@ -24,6 +24,7 @@
|
|||
'defines': [
|
||||
'_USE_MATH_DEFINES',
|
||||
'LOT_BUILD',
|
||||
'RLOTTIE_WITH_STATIC_QT',
|
||||
],
|
||||
'include_dirs': [
|
||||
'<(rlottie_loc)/inc',
|
||||
|
@ -59,8 +60,8 @@
|
|||
'<(rlottie_src)/vector/freetype/v_ft_stroker.h',
|
||||
'<(rlottie_src)/vector/freetype/v_ft_types.h',
|
||||
|
||||
'<(rlottie_src)/vector/pixman/pixman-arm-neon-asm.h',
|
||||
'<(rlottie_src)/vector/pixman/pixman-arm-neon-asm.S',
|
||||
#'<(rlottie_src)/vector/pixman/pixman-arm-neon-asm.h',
|
||||
#'<(rlottie_src)/vector/pixman/pixman-arm-neon-asm.S',
|
||||
'<(rlottie_src)/vector/pixman/vregion.cpp',
|
||||
'<(rlottie_src)/vector/pixman/vregion.h',
|
||||
|
||||
|
|
Loading…
Reference in New Issue