On Friday, December 12, 2014 17:47:16 Gunnar Roth wrote:
> I fix it by using
> #if defined(_M_ARM) // QTBUG-42038 , only talks about winrt but this also
> happens at least on wec2013 arm devices too, maybe even on ce 6/7. #pragma
> optimize("", off)
> #endif
> 
> instead of
> 
> #if defined(Q_OS_WINRT) && defined(_M_ARM) // QTBUG-42038
> #pragma optimize("", off)
> #endif
> 
> 
> Maybe this helps anyone.

Hi,

Can you submit a patch and add your findings to the bug report ?

Regards,
Sérgio Martins
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to