summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre2/pcre2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre2/pcre2.pro')
-rw-r--r--src/3rdparty/pcre2/pcre2.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre2/pcre2.pro b/src/3rdparty/pcre2/pcre2.pro
index 855788ffa4..3dde2f62f8 100644
--- a/src/3rdparty/pcre2/pcre2.pro
+++ b/src/3rdparty/pcre2/pcre2.pro
@@ -15,7 +15,7 @@ load(qt_helper_lib)
DEFINES += HAVE_CONFIG_H
# platform/compiler specific definitions
-ios|qnx|winrt: DEFINES += PCRE2_DISABLE_JIT
+uikit|qnx|winrt: DEFINES += PCRE2_DISABLE_JIT
SOURCES += \
$$PWD/src/pcre2_auto_possess.c \