summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre2/pcre2.pro
blob: a3915fa2fa0955c5f646fc6dd15a0670a46bfb4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = qtpcre2

CONFIG += \
    static \
    hide_symbols \
    exceptions_off rtti_off warn_off

include(pcre2.pri)

# platform/compiler specific definitions
uikit|qnx|winrt: DEFINES += PCRE2_DISABLE_JIT
win32:contains(QT_ARCH, "arm"): DEFINES += PCRE2_DISABLE_JIT
win32:contains(QT_ARCH, "arm64"): DEFINES += PCRE2_DISABLE_JIT

load(qt_helper_lib)