Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
771B

  1. diff --git a/src/gui/painting/qdrawhelper.cpp b/src/gui/painting/qdrawhelper.cpp
  2. index 6265d51..e3d96d7 100644
  3. --- a/src/gui/painting/qdrawhelper.cpp
  4. +++ b/src/gui/painting/qdrawhelper.cpp
  5. @@ -6622,3 +6622,5 @@ static void qInitDrawhelperFunctions()
  6. Q_CONSTRUCTOR_FUNCTION(qInitDrawhelperFunctions);
  7. QT_END_NAMESPACE
  8. +
  9. +#include "qdrawhelper_sse2.cpp"
  10. diff --git a/src/gui/painting/qdrawhelper_sse2.cpp b/src/gui/painting/qdrawhelper_sse2.cpp
  11. index 3212ffd..05ca742 100644
  12. --- a/src/gui/painting/qdrawhelper_sse2.cpp
  13. +++ b/src/gui/painting/qdrawhelper_sse2.cpp
  14. @@ -40,7 +40,7 @@
  15. #include <private/qdrawhelper_x86_p.h>
  16. -#ifdef QT_COMPILER_SUPPORTS_SSE2
  17. +#ifdef __SSE2__
  18. #include <private/qdrawingprimitive_sse2_p.h>
  19. #include <private/qpaintengine_raster_p.h>