summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre/pcre.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre/pcre.pro')
-rw-r--r--src/3rdparty/pcre/pcre.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/3rdparty/pcre/pcre.pro b/src/3rdparty/pcre/pcre.pro
index 53405e0e46..add4a932b3 100644
--- a/src/3rdparty/pcre/pcre.pro
+++ b/src/3rdparty/pcre/pcre.pro
@@ -5,13 +5,15 @@ CONFIG += \
hide_symbols \
exceptions_off rtti_off warn_off
+win32: MODULE_DEFINES += PCRE_STATIC
+MODULE_INCLUDEPATH += $$PWD
+
load(qt_helper_lib)
DEFINES += HAVE_CONFIG_H
# platform/compiler specific definitions
-win32: DEFINES += PCRE_STATIC
-ios|qnx|winrt: DEFINES += PCRE_DISABLE_JIT
+uikit|qnx|winrt: DEFINES += PCRE_DISABLE_JIT
SOURCES += \
$$PWD/pcre16_byte_order.c \