Fix build of neon accelerated drawing helpers
We must instruct cmake that we're interested in providing input files for the assembler directly and the file name needs to be correct, too :) Change-Id: I7cccb6ac66d28261ee71869991b14ac20c63050e Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
parent
082a7c4655
commit
92087db8f8
@ -4,7 +4,7 @@ project(QtBase
|
|||||||
VERSION 5.12.0
|
VERSION 5.12.0
|
||||||
DESCRIPTION "Qt Base Libraries"
|
DESCRIPTION "Qt Base Libraries"
|
||||||
HOMEPAGE_URL "https://qt.io/"
|
HOMEPAGE_URL "https://qt.io/"
|
||||||
LANGUAGES CXX C
|
LANGUAGES CXX C ASM
|
||||||
)
|
)
|
||||||
|
|
||||||
## Add some paths to check for cmake modules:
|
## Add some paths to check for cmake modules:
|
||||||
|
@ -424,7 +424,7 @@ extend_target(Gui CONDITION QT_FEATURE_neon
|
|||||||
image/qimage_neon.cpp
|
image/qimage_neon.cpp
|
||||||
painting/qdrawhelper_neon.cpp painting/qdrawhelper_neon_p.h
|
painting/qdrawhelper_neon.cpp painting/qdrawhelper_neon_p.h
|
||||||
painting/qdrawhelper_mips_dspr2_asm.S
|
painting/qdrawhelper_mips_dspr2_asm.S
|
||||||
painting/qimagescale_neon.cpp painting/qimagescale_neon_asm.S
|
painting/qimagescale_neon.cpp painting/qdrawhelper_neon_asm.S
|
||||||
../3rdparty/pixman/pixman-arm-neon-asm.S
|
../3rdparty/pixman/pixman-arm-neon-asm.S
|
||||||
COMPILE_FLAGS ${QT_CFLAGS_NEON}
|
COMPILE_FLAGS ${QT_CFLAGS_NEON}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user