summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper.cpp
diff options
context:
space:
mode:
authorBenjamin Poulain <benjamin.poulain@nokia.com>2010-08-31 11:18:39 (GMT)
committerBenjamin Poulain <benjamin.poulain@nokia.com>2010-08-31 13:45:34 (GMT)
commitc9459fed5a3c57fea8705979064b9c028bfdaa72 (patch)
tree1733b0610f14afb16d03605c02779b255ea32934 /src/gui/painting/qdrawhelper.cpp
parent69d43435f241f0d654b1a3eecdfdfc5140f6beac (diff)
downloadQt-c9459fed5a3c57fea8705979064b9c028bfdaa72.zip
Qt-c9459fed5a3c57fea8705979064b9c028bfdaa72.tar.gz
Qt-c9459fed5a3c57fea8705979064b9c028bfdaa72.tar.bz2
Undefined SSE symbols when crosscompiling Qt on PPC.
Qt does not build on PowerPC when compiling for both x86 and PPC on Mac. The compiler is invoked only once for both architecture so the defines are there in order to get the optimized path for x86. Those defines needs to be removed from the compilation environment when the target is set to PPC by GCC. Reviewed-by: Kent Hansen
Diffstat (limited to 'src/gui/painting/qdrawhelper.cpp')
-rw-r--r--src/gui/painting/qdrawhelper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/painting/qdrawhelper.cpp b/src/gui/painting/qdrawhelper.cpp
index 89754fa..5223458 100644
--- a/src/gui/painting/qdrawhelper.cpp
+++ b/src/gui/painting/qdrawhelper.cpp
@@ -46,7 +46,6 @@
#include <private/qdrawhelper_armv6_p.h>
#include <private/qdrawhelper_neon_p.h>
#include <private/qmath_p.h>
-#include <private/qsimd_p.h>
#include <qmath.h>
QT_BEGIN_NAMESPACE