From e5066a3a2eb965e64f6bf6e112739222574d66d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 16 Jan 2014 18:46:13 +0100 Subject: Remove last traces of QT_COMPILER_SUPPORTS_NEON Fixes ARM build, as the NEON drawhelpers and image conversion functions were ifdef'ed out. Follow-up to 1b12c0608be2359baa2f96ae28b135a84abd388c. Change-Id: I0b5e89c8f445741432db2dfe1f8d971b971c8605 Reviewed-by: Simon Hausmann Reviewed-by: Thiago Macieira --- tools/configure/configureapp.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index c0f37feb25..e04bd57b7f 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -3389,8 +3389,6 @@ void Configure::generateConfigfiles() tmpStream << "#define QT_COMPILER_SUPPORTS_AVX2" << endl; if (dictionary[ "IWMMXT" ] == "yes") tmpStream << "#define QT_COMPILER_SUPPORTS_IWMMXT" << endl; - if (dictionary[ "NEON" ] == "yes") - tmpStream << "#define QT_COMPILER_SUPPORTS_NEON" << endl; if (dictionary["QREAL"] != "double") tmpStream << "#define QT_COORD_TYPE " << dictionary["QREAL"] << endl; -- cgit v1.2.3