Fix build on WinRT
authorAndrew Knight <andrew.knight@digia.com>
Tue, 5 Nov 2013 22:23:44 +0000 (00:23 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 6 Nov 2013 08:07:08 +0000 (09:07 +0100)
commiteeabbf554880f61979fa0a9ecf87ba380cd70863
tree2801ba1223fba1c46cd3bc26a7881cfe8196052f
parent3a61da32e485621c9afbd453d22cbe1f6c25479e
Fix build on WinRT

Disable JIT and avoid unsupported functions under WinRT.
Also add MSVC's ARM flag to the double conversion white list.

Change-Id: I22ec340a20b113fdeefb802ac61812f78a527895
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/3rdparty/double-conversion/utils.h
src/3rdparty/masm/masm.pri
src/3rdparty/masm/stubs/ExecutableAllocator.h
src/3rdparty/masm/wtf/OSAllocatorWinRT.cpp [new file with mode: 0644]
src/3rdparty/masm/wtf/PageBlock.cpp
src/3rdparty/masm/wtf/Platform.h
src/qml/jsruntime/qv4global_p.h
src/qml/jsruntime/qv4mm.cpp