diff --git a/CMakeLists.txt b/CMakeLists.txt index 8975c090ed7..8946d55d834 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(QtBase VERSION 5.12.0 DESCRIPTION "Qt Base Libraries" HOMEPAGE_URL "https://qt.io/" - LANGUAGES CXX C + LANGUAGES CXX C ASM ) ## Add some paths to check for cmake modules: diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 64d39288bcd..e81e31ed89e 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -424,7 +424,7 @@ extend_target(Gui CONDITION QT_FEATURE_neon image/qimage_neon.cpp painting/qdrawhelper_neon.cpp painting/qdrawhelper_neon_p.h 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 COMPILE_FLAGS ${QT_CFLAGS_NEON} )