WinRT: Disable PCRE JIT

That is what we do on on other "limited" platforms.

Change-Id: I608880698d60ab10ecbb2f3ce12ff6c5eaab7eed
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com>
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
This commit is contained in:
Andrew Knight 2013-08-29 15:37:35 +02:00 committed by The Qt Project
parent aabbd27dda
commit 7d3f775075

View File

@ -3,6 +3,7 @@ DEFINES += PCRE_HAVE_CONFIG_H
win32:DEFINES += PCRE_STATIC
ios:DEFINES += PCRE_DISABLE_JIT
qnx:DEFINES += PCRE_DISABLE_JIT
winrt:DEFINES += PCRE_DISABLE_JIT
INCLUDEPATH += $$PWD/pcre
SOURCES += \