Fixing the build of the SIMD support for WEC2013.
Change-Id: Ib0dd8d34f0a5d68acb1efbc37680165e7d7933bd Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Gunnar Roth Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
1f03520a20
commit
84be950e98
|
|
@ -39,7 +39,9 @@
|
|||
#if defined(Q_OS_WIN)
|
||||
# if defined(Q_OS_WINCE)
|
||||
# include <qt_windows.h>
|
||||
# include <cmnintrin.h>
|
||||
# if _WIN32_WCE < 0x800
|
||||
# include <cmnintrin.h>
|
||||
# endif
|
||||
# endif
|
||||
# if !defined(Q_CC_GNU)
|
||||
# ifndef Q_OS_WINCE
|
||||
|
|
|
|||
Loading…
Reference in New Issue