diff options
author | Andrew Knight <andrew.knight@digia.com> | 2013-08-29 15:37:35 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-16 12:23:46 +0200 |
commit | 7d3f77507529470e8641dde762565098e12c2d0d (patch) | |
tree | cc1ec54d50dc4cf3ce0df688aca2a4906a55e373 /src/3rdparty | |
parent | aabbd27dda898cfb87998b81c28512c2f8907847 (diff) | |
download | qtbase-7d3f77507529470e8641dde762565098e12c2d0d.tar.gz |
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>
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/pcre.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/pcre.pri b/src/3rdparty/pcre.pri index 8928c045fa..be63002ffb 100644 --- a/src/3rdparty/pcre.pri +++ b/src/3rdparty/pcre.pri @@ -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 += \ |