summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-02-11 15:21:41 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2019-02-11 17:08:22 +0000
commitc5697c85971ed76f8f89c3214d0f9a874fdb7350 (patch)
treee9c015dd0f3a125a0af669eae626ff543c0cf53c /src
parent92087db8f85f5131e3ac33b70eeb28bd8f62f491 (diff)
Fix ARM build
Don't try to build the MIPS draw helpers ;) Change-Id: If569aa41871d7e484e664382d71b8ef2b4025dce Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/gui/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index e81e31ed89..848ee3bb9e 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -423,7 +423,6 @@ extend_target(Gui CONDITION QT_FEATURE_neon
SOURCES
image/qimage_neon.cpp
painting/qdrawhelper_neon.cpp painting/qdrawhelper_neon_p.h
- painting/qdrawhelper_mips_dspr2_asm.S
painting/qimagescale_neon.cpp painting/qdrawhelper_neon_asm.S
../3rdparty/pixman/pixman-arm-neon-asm.S
COMPILE_FLAGS ${QT_CFLAGS_NEON}